Skip to content

Commit

Permalink
fix: install deps when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 committed Oct 22, 2022
1 parent df036f2 commit 84ee1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn lint:check:files
# TODO: Add test step
build:
Expand Down

0 comments on commit 84ee1b5

Please # to comment.