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

Commit

Permalink
Fix branch matching for the strict tsc CI (#9597)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored and Amy Walker committed Nov 28, 2022
1 parent 30f4760 commit bc388aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
checks: write
steps:
- uses: actions/checkout@v3

- name: Install Deps
run: "scripts/ci/layered.sh"

- name: Get diff lines
id: diff
Expand Down

0 comments on commit bc388aa

Please sign in to comment.