We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f2884 commit 556d6d2Copy full SHA for 556d6d2
1 file changed
.github/workflows/ci.yaml .github/workflows/syntax.yaml.github/workflows/ci.yaml renamed to .github/workflows/syntax.yaml
@@ -3,11 +3,13 @@ name: Syntax Tests
3
on:
4
push:
5
paths:
6
+ - ".github/workflows/syntax.yaml"
7
- "**.sublime-syntax"
8
- "**/syntax_test_*"
9
- "**.tmPreferences"
10
pull_request:
11
12
13
14
15
@@ -21,9 +23,12 @@ jobs:
21
23
matrix:
22
24
include:
25
- build: latest
- - build: stable # Fetches the binary for the latest stable build
26
+ packages: master
27
+ - build: stable
28
+ packages: binary
29
steps:
30
- uses: actions/checkout@v6
31
- uses: SublimeText/syntax-test-action@v2
32
with:
33
build: ${{ matrix.build }}
34
+ default_packages: ${{ matrix.packages }}
0 commit comments