File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Syntax Tests
2
+ # https://github.com/sublimetext/syntax-test-action
2
3
3
4
on :
4
5
push :
5
6
paths :
7
+ - ' .github/workflows/*'
6
8
- ' **.sublime-syntax'
7
9
- ' **/syntax_test*'
8
10
- ' **.tmPreferences'
9
11
pull_request :
10
12
paths :
13
+ - ' .github/workflows/*'
11
14
- ' **.sublime-syntax'
12
15
- ' **/syntax_test*'
13
16
- ' **.tmPreferences'
14
17
15
18
jobs :
16
19
main :
17
20
name : Syntax Tests (${{ matrix.build }})
21
+ runs-on : ubuntu-latest
22
+ timeout-minutes : 15
18
23
strategy :
19
24
matrix :
20
25
include :
21
- - build : 4183
26
+ - build : ' latest '
22
27
packages : master
23
28
- build : 4180
24
29
packages : v4180
25
- runs-on : ubuntu-latest
26
30
steps :
27
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v4
28
32
- uses : SublimeText/syntax-test-action@v2
29
33
with :
30
34
build : ${{ matrix.build }}
You can’t perform that action at this time.
0 commit comments