mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-24 22:32:43 -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
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: lint
|
||||
run: |
|
||||
corepack enable
|
||||
|
|
Loading…
Reference in a new issue