Checkout PR head for strict error checker

This commit is contained in:
Johannes Marbach 2023-02-08 13:10:25 +01:00 committed by GitHub
parent 2c30e6d909
commit b62006e915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@ jobs:
- "--noImplicitAny" - "--noImplicitAny"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Deps - name: Install Deps
run: "scripts/ci/layered.sh" run: "scripts/ci/layered.sh"