mirror of https://github.com/vector-im/riot-web
Fix branch matching for the strict tsc CI (#23789)
parent
d352c78f2a
commit
6bdc8daa36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue