From e50d87f2e15b52c43e1ff4d637df0908717d8afc Mon Sep 17 00:00:00 2001 From: Michael Lyons Date: Wed, 19 Nov 2025 13:41:42 -0500 Subject: [PATCH] Test stable ST version --- .github/workflows/syntax.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index 19da541..7531ebe 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -1,7 +1,7 @@ name: Syntax Tests +# https://github.com/sublimetext/syntax-test-action on: - push: branches: - '**' @@ -10,33 +10,36 @@ on: paths: - '.github/workflows/syntax.yml' - '**.sublime-syntax' - - '**/syntax_test*' + - '**/syntax_test_*' - '**.tmPreferences' pull_request: paths: - '.github/workflows/syntax.yml' - '**.sublime-syntax' - - '**/syntax_test*' + - '**/syntax_test_*' - '**.tmPreferences' types: - - "opened" - - "reopened" - - "synchronize" + - 'opened' + - 'reopened' + - 'synchronize' workflow_dispatch: jobs: main: name: Syntax Tests (${{ matrix.build }}) + runs-on: ubuntu-latest + timeout-minutes: 15 strategy: matrix: include: - - build: 4107 - packages: v4107 - build: latest packages: master - runs-on: ubuntu-latest + - build: stable + packages: binary + - build: 4107 + packages: binary steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: SublimeText/syntax-test-action@v2 with: build: ${{ matrix.build }}