Skip to content

Cut 5.0.0

Cut 5.0.0 #19

Workflow file for this run

name: Syntax Tests
# https://github.com/sublimetext/syntax-test-action
on:
push:
paths:
- '.github/workflows/*'
- '**.sublime-syntax'
- '**/syntax_test*'
- '**.tmPreferences'
pull_request:
paths:
- '.github/workflows/*'
- '**.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 # revert to 'binary' when Bash rewrite drops in stable
- build: 4185 # Required for symbol transformation tests
packages: master # set to specific tag when Bash rewrite drops in dev
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
default_packages: ${{ matrix.packages }}
package_name: 'SSH Config'