-
Notifications
You must be signed in to change notification settings - Fork 5
39 lines (37 loc) · 935 Bytes
/
syntax.yml
File metadata and controls
39 lines (37 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Syntax Tests
# https://github.com/sublimetext/syntax-test-action
on:
push:
paths:
- '.github/workflows/syntax.yml'
- '**.sublime-syntax'
- '**/syntax_test_*'
- '**.tmPreferences'
pull_request:
paths:
- '.github/workflows/syntax.yml'
- '**.sublime-syntax'
- '**/syntax_test_*'
- '**.tmPreferences'
jobs:
main:
name: Syntax Tests (${{ matrix.build }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
include:
- build: latest
packages: master
- build: stable
packages: master
- build: 4201
packages: binary
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
default_packages: ${{ matrix.packages }}
package_name: HTML (C#)