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

Fix branch matching for the strict tsc CI #9597

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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