Skip to content

Commit

Permalink
Fix branch matching for the strict tsc CI (#23789)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Nov 18, 2022
1 parent d352c78 commit 6bdc8da
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 @@ -36,6 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Get diff lines
id: diff
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
Expand Down

0 comments on commit 6bdc8da

Please sign in to comment.