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 9d39add commit 7871aa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16

- run: npm install

- run: npm run format:check
Expand Down

0 comments on commit 7871aa1

Please sign in to comment.