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 cdb95ba commit 05bf7edCopy full SHA for 05bf7ed
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
if: ${{ matrix.eslint != 9 }}
54
run: |
55
yarn add -D eslint@${{ matrix.eslint }} eslint-plugin-unicorn@56
56
+ yarn --no-immutable
57
58
- name: Install Dependencies
59
run: yarn --immutable
0 commit comments