Skip to content

Commit

Permalink
Install dependencies first.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbicus committed Oct 21, 2024
1 parent 4198d92 commit db5107f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run prettier
run: npm run format:check
- name: Run lint
Expand Down

0 comments on commit db5107f

Please sign in to comment.