Skip to content

Commit

Permalink
github action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Mar 1, 2024
1 parent cacad8e commit 428b917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: '16.20.2' # Install the latest LTS (Long-Term Support) version

- run: npm install

- run: npm run format:check

- run: npm run lint:ls
Expand Down

0 comments on commit 428b917

Please sign in to comment.