mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-27 06:00:18 +03:00
ci: fix corepack issue
https://codeberg.org/forgejo/docs/pulls/1064#issuecomment-2674558
(cherry picked from commit 1b246b5040
)
This commit is contained in:
parent
0d5d24afce
commit
8f3155fec9
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ jobs:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: lint
|
- name: lint
|
||||||
run: |
|
run: |
|
||||||
|
npm install -g corepack@latest
|
||||||
corepack enable
|
corepack enable
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
pnpm run lint:remark
|
pnpm run lint:remark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue