Skip to content

Commit

Permalink
chore: add install deps on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
esterified committed Jul 13, 2024
1 parent 82283c6 commit 1ffb41b
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 @@ -25,6 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: "Install deps"
run: yarn
- name: "Lint"
run: yarn lint
- name: "build"
Expand Down

0 comments on commit 1ffb41b

Please sign in to comment.