Skip to content

Commit

Permalink
Update .github/workflows/lint-squid.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Petrunić <[email protected]>
  • Loading branch information
Tbaut and mpetrunic authored Jul 10, 2023
1 parent e5b93c2 commit a16d7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-squid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: install packages
run: npm install
run: npm ci

- name: lint
run: npm run lint

0 comments on commit a16d7ae

Please sign in to comment.