Skip to content

Commit

Permalink
Trying to not modify the lockfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Jun 14, 2024
1 parent 61cc8ba commit a8e4a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
run: |
npm install --no-save
- name: Format check and lint
run: |
npm install
npm run format-check
npm run lint
Expand Down

0 comments on commit a8e4a7f

Please sign in to comment.