Skip to content

Commit ce16d6d

Browse files
Test stable ST version (#194)
1 parent 00b21a7 commit ce16d6d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/syntax.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Syntax Tests
2+
# https://github.com/sublimetext/syntax-test-action
23

34
on:
4-
55
push:
66
branches:
77
- '**'
@@ -10,33 +10,36 @@ on:
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

2727
jobs:
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 }}

0 commit comments

Comments
 (0)