You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-20 20:42:03 +03:00
Fix branch matching for the strict tsc CI (#9597)
This commit is contained in:
committed by
GitHub
parent
d705c864ba
commit
cd46c89699
3
.github/workflows/static_analysis.yaml
vendored
3
.github/workflows/static_analysis.yaml
vendored
@@ -46,6 +46,9 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Deps
|
||||||
|
run: "scripts/ci/layered.sh"
|
||||||
|
|
||||||
- name: Get diff lines
|
- name: Get diff lines
|
||||||
id: diff
|
id: diff
|
||||||
|
|||||||
Reference in New Issue
Block a user