We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4805660 commit 7ae892dCopy full SHA for 7ae892d
‎.github/workflows/check.yml
@@ -202,7 +202,7 @@ jobs:
202
key: eslint-${{ github.repository }}-${{ github.ref }}-${{ github.sha }}
203
restore-keys: eslint-${{ github.repository }}-${{ github.ref }}-
204
- name: Install ESLint
205
- run: pnpm install
+ run: env COREPACK_INTEGRITY_KEYS=0 pnpm install
206
- name: Run ESLint
207
run: pnpm eslint --cache .
208
@@ -224,7 +224,7 @@ jobs:
224
- name: Enable corepack
225
run: corepack enable
226
- name: Install tsc
227
228
- name: Run tsc
229
run: |
230
pnpm tsc
0 commit comments