Fix branch matching for the strict tsc CI (#9597)

pull/28788/head^2
Michael Telatynski 2022-11-18 15:05:26 +00:00 committed by GitHub
parent d705c864ba
commit cd46c89699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Deps
run: "scripts/ci/layered.sh"
- name: Get diff lines
id: diff
uses: Equip-Collaboration/diff-line-numbers@v1.0.0