0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

ci: fix corepack issue

https://codeberg.org/forgejo/docs/pulls/1064#issuecomment-2674558
(cherry picked from commit 1b246b5040)
This commit is contained in:
Robert Wolff 2025-02-03 16:46:24 +01:00 committed by forgejo-backport-action
parent 0d5d24afce
commit 8f3155fec9

View file

@ -14,6 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: lint
run: |
npm install -g corepack@latest
corepack enable
pnpm install --frozen-lockfile
pnpm run lint:remark