We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9afd9c5 + 46a630a commit 60ed92cCopy full SHA for 60ed92c
2 files changed
.github/workflows/syntax.yml
@@ -0,0 +1,35 @@
1
+name: Syntax Tests
2
+# https://github.com/sublimetext/syntax-test-action
3
+
4
+on:
5
+ push:
6
+ paths:
7
+ - '.github/workflows/*'
8
+ - '**.sublime-syntax'
9
+ - '**/syntax_test_*'
10
+ - '**.tmPreferences'
11
+ pull_request:
12
13
14
15
16
17
18
+jobs:
19
+ main:
20
+ name: Syntax Tests (${{ matrix.build }})
21
+ runs-on: ubuntu-latest
22
+ timeout-minutes: 15
23
+ strategy:
24
+ matrix:
25
+ include:
26
+ - build: 'latest'
27
+ packages: master
28
+ - build: 'stable'
29
+ packages: binary
30
+ steps:
31
+ - uses: actions/checkout@v4
32
+ - uses: SublimeText/syntax-test-action@v2
33
+ with:
34
+ build: ${{ matrix.build }}
35
+ package_name: 'Hosts'
test/syntax_test.hosts test/syntax_test_hosts_file.hoststest/syntax_test.hosts renamed to test/syntax_test_hosts_file.hosts
0 commit comments