Skip to content

Commit 5dd4b24

Browse files
chore(CI): Enable corepack before linting
1 parent ee872ff commit 5dd4b24

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
path: '.eslintcache'
4848
key: ${{ runner.os }}-lint-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
49+
- name: Enable Corepack
50+
shell: bash
51+
run: corepack enable
4952
- name: ESLint
5053
run: yarn lint:js
5154
- name: MDLint

.recipes/default/workflows/build-lint-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
with:
7676
path: '.eslintcache'
7777
key: ${{ runner.os }}-lint-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
78+
- name: Enable Corepack
79+
shell: bash
80+
run: corepack enable
7881
- name: ESLint
7982
run: yarn lint:js
8083
- name: MDLint

0 commit comments

Comments
 (0)