From 6bdc8daa36834e6408c64765909fe582a1a01a7e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 18 Nov 2022 15:05:39 +0000 Subject: [PATCH] Fix branch matching for the strict tsc CI (#23789) --- .github/workflows/static_analysis.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index 9c8549d7fb..9b71eafa18 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -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