File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 11name : Syntax Tests
2+ # https://github.com/sublimetext/syntax-test-action
23
34on :
4-
55 push :
66 branches :
77 - ' **'
1010 paths :
1111 - ' .github/workflows/syntax.yml'
1212 - ' **.sublime-syntax'
13- - ' **/syntax_test *'
13+ - ' **/syntax_test_ *'
1414 - ' **.tmPreferences'
1515 pull_request :
1616 paths :
1717 - ' .github/workflows/syntax.yml'
1818 - ' **.sublime-syntax'
19- - ' **/syntax_test *'
19+ - ' **/syntax_test_ *'
2020 - ' **.tmPreferences'
2121 types :
22- - " opened"
23- - " reopened"
24- - " synchronize"
22+ - ' opened'
23+ - ' reopened'
24+ - ' synchronize'
2525 workflow_dispatch :
2626
2727jobs :
2828 main :
2929 name : Syntax Tests (${{ matrix.build }})
30+ runs-on : ubuntu-latest
31+ timeout-minutes : 15
3032 strategy :
3133 matrix :
3234 include :
33- - build : 4107
34- packages : v4107
3535 - build : latest
3636 packages : master
37- runs-on : ubuntu-latest
37+ - build : stable
38+ packages : binary
39+ - build : 4107
40+ packages : binary
3841 steps :
39- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4043 - uses : SublimeText/syntax-test-action@v2
4144 with :
4245 build : ${{ matrix.build }}
You can’t perform that action at this time.
0 commit comments