Skip to content

Commit

Permalink
ci: run biome
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Sep 8, 2024
1 parent d080d12 commit d97214b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/systems-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm ci

- name: Lint
run: npx eslint --ext .ts,.js,.cjs .
run: npx biome ci

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systems-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm ci

- name: Lint
run: npx eslint --ext .ts,.js,.cjs .
run: npx biome ci

- name: Build
run: npm run build
Expand Down

0 comments on commit d97214b

Please sign in to comment.