Skip to content

Use detailed scope for boolean value #64

Use detailed scope for boolean value

Use detailed scope for boolean value #64

Workflow file for this run

name: syntax test
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: Run Syntax Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: SublimeText/syntax-test-action@v2
with:
build: 'latest'
package_name: INI