Skip to content

Commit

Permalink
Fix 'Check formatting' in lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Oct 24, 2024
1 parent e94ed03 commit 4006479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Check formatting
run: |
yarn -s biome --check .
yarn -s biome check
- id: js-files
name: Find .js(x)/.ts(x) changed files
Expand Down

0 comments on commit 4006479

Please sign in to comment.