We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1293eb6 commit daa9fe0Copy full SHA for daa9fe0
.github/workflows/pre-commit-hooks.yml
@@ -18,7 +18,7 @@ jobs:
18
cache: 'yarn'
19
20
- name: install dependencies
21
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
22
23
- name: run pre-commit hooks
24
run: |
0 commit comments