Skip to content

Implementing Theme Switch Component #15

Implementing Theme Switch Component

Implementing Theme Switch Component #15

Workflow file for this run

name: Prettier Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
oxlint:
name: Prettier check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Prettier check
run: npm run check-format