mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-12 01:01:16 -05:00
[CI] checkout the head of the PR
This commit is contained in:
parent
23e8feae22
commit
91c2dcd702
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ jobs:
|
||||||
image: node:20
|
image: node:20
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: lint
|
- name: lint
|
||||||
run: |
|
run: |
|
||||||
corepack enable
|
corepack enable
|
||||||
|
|
Loading…
Reference in a new issue