Skip to content

Commit 8a38349

Browse files
committed
Update CI actions
1 parent 911091f commit 8a38349

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/syntax.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
name: Syntax Tests
2+
# https://github.com/sublimetext/syntax-test-action
23

34
on:
45
push:
56
paths:
7+
- '.github/workflows/*'
68
- '**.sublime-syntax'
79
- '**/syntax_test*'
810
- '**.tmPreferences'
911
pull_request:
1012
paths:
13+
- '.github/workflows/*'
1114
- '**.sublime-syntax'
1215
- '**/syntax_test*'
1316
- '**.tmPreferences'
1417

1518
jobs:
1619
main:
1720
name: Syntax Tests (${{ matrix.build }})
21+
runs-on: ubuntu-latest
22+
timeout-minutes: 15
1823
strategy:
1924
matrix:
2025
include:
21-
- build: 4183
26+
- build: 'latest'
2227
packages: master
2328
- build: 4180
2429
packages: v4180
25-
runs-on: ubuntu-latest
2630
steps:
27-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
2832
- uses: SublimeText/syntax-test-action@v2
2933
with:
3034
build: ${{ matrix.build }}

0 commit comments

Comments
 (0)