Skip to content

Commit

Permalink
chore: add rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 5, 2024
1 parent 9b01047 commit 3407975
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run linting
run: pnpm run lint

- name: Run formatting check
run: pnpm prettier --check .

- name: Run type checking
run: pnpm run typecheck
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"suspicious": {
"noArrayIndexKey": "off",
"noConfusingVoidType": "off",
"noExplicitAny": "off"
}
}
Expand Down

0 comments on commit 3407975

Please sign in to comment.