Skip to content

Commit

Permalink
Run Biome in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Sep 21, 2024
1 parent 316dcd7 commit e4dbd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
run: npm ci
- name: Verify TypeScript code
run: npx tsc
# - name: Lint TypeScript code
# run: npx eslint src/lib.js
- name: Lint TypeScript code
run: npx @biomejs/biome check src/lib.js

0 comments on commit e4dbd80

Please sign in to comment.