0
0
Fork 0
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:
Earl Warren 2023-12-27 18:19:42 +01:00
parent 23e8feae22
commit 91c2dcd702
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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