File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1515 - debug
1616 push :
1717 paths :
18+ - ' .github/workflows/*'
1819 - ' **.sublime-syntax'
1920 - ' **/syntax_test*'
2021 - ' **.tmPreferences'
2122 pull_request :
2223 paths :
24+ - ' .github/workflows/*'
2325 - ' **.sublime-syntax'
2426 - ' **/syntax_test*'
2527 - ' **.tmPreferences'
@@ -32,11 +34,12 @@ jobs:
3234 strategy :
3335 matrix :
3436 include :
35- - build : ' latest '
36- # - build: 3211 # libgl1-mesa-glx is not available on ubuntu-latest SublimeText/syntax-action#17
37+ - build : 3154 # First test binary I can find after 3092
38+ - build : 4073 # Last test binary before `extends`
3739 steps :
38- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
3941 - uses : SublimeText/syntax-test-action@v2
4042 with :
4143 build : ${{ matrix.build }}
4244 package_name : ' Excel formula'
45+ # dummy_syntaxes: source.regexp.basic
You can’t perform that action at this time.
0 commit comments