Merge pull request #10112 from matrix-org/johannes/ts-strict-checkout-pr

Checkout PR head for strict error checker
pull/28217/head
Johannes Marbach 2023-02-08 16:41:46 +01:00 committed by GitHub
commit 42692820c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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