Skip to content

Fix syntax test action (#190) #10

Fix syntax test action (#190)

Fix syntax test action (#190) #10

Workflow file for this run

name: Syntax Tests
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/syntax.yml'
- '**.sublime-syntax'
- '**/syntax_test*'
- '**.tmPreferences'
pull_request:
paths:
- '.github/workflows/syntax.yml'
- '**.sublime-syntax'
- '**/syntax_test*'
- '**.tmPreferences'
types:
- "opened"
- "reopened"
- "synchronize"
workflow_dispatch:
jobs:
main:
name: Syntax Tests (${{ matrix.build }})
strategy:
matrix:
include:
- build: 4107
packages: v4107
- build: latest
packages: master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
default_packages: ${{ matrix.packages }}
package_name: 'PowerShell'