Skip to content

Test min supported ST #139

Test min supported ST

Test min supported ST #139

Workflow file for this run

name: Syntax Tests
# https://github.com/sublimetext/syntax-test-action
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
push:
paths:
- '.github/workflows/*'
- '**.sublime-syntax'
- '**/syntax_test*'
- '**.tmPreferences'
pull_request:
paths:
- '.github/workflows/*'
- '**.sublime-syntax'
- '**/syntax_test*'
- '**.tmPreferences'
jobs:
syntax_tests:
name: Syntax Tests (${{ matrix.build }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
include:
- build: 'latest'
- build: 'stable'
- build: 4077 # Supported in Package Control and contains test binary
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
package_name: 'Excel formula'
dummy_syntaxes: source.regexp.basic