0
0
Fork 0
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:
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 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