mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Fix branch matching for the strict tsc CI (#23789)
This commit is contained in:
parent
d352c78f2a
commit
6bdc8daa36
1 changed files with 3 additions and 0 deletions
3
.github/workflows/static_analysis.yaml
vendored
3
.github/workflows/static_analysis.yaml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Deps
|
||||||
|
run: "scripts/layered.sh"
|
||||||
|
|
||||||
- name: Get diff lines
|
- name: Get diff lines
|
||||||
id: diff
|
id: diff
|
||||||
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
|
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue