Skip to content

Commit

Permalink
yarn install --immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 3, 2021
1 parent 0587d6d commit 77d71e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Installation
uses: bahmutov/npm-install@v1
with:
install-command: yarn
install-command: yarn install --immutable # Fails if yarn.lock is modified
- name: Lint
run: yarn lint:ci
- name: Prettier Code
Expand Down

0 comments on commit 77d71e9

Please sign in to comment.