Skip to content

Commit

Permalink
🚀 Update lint command to format:check
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 16, 2024
1 parent 15de062 commit b426bb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run lint
- run: npm run format:check
- run: npm run test

# run action on a clean machine without building to check that it works as expected
Expand Down

0 comments on commit b426bb0

Please sign in to comment.