Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10112 from matrix-org/johannes/ts-strict-checkout-pr
Browse files Browse the repository at this point in the history
Checkout PR head for strict error checker
  • Loading branch information
Johennes authored Feb 8, 2023
2 parents 2da98a6 + d276e11 commit 4269282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4269282

Please sign in to comment.