Skip to content

Add support for $sheet.A1 style sheet references unique to Libre #142

Add support for $sheet.A1 style sheet references unique to Libre

Add support for $sheet.A1 style sheet references unique to Libre #142

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: 3211 # libgl1-mesa-glx is not available on ubuntu-latest SublimeText/syntax-action#17
steps:
- uses: actions/checkout@v4
- uses: SublimeText/syntax-test-action@v2
with:
build: ${{ matrix.build }}
package_name: 'Excel formula'
dummy_syntaxes: source.regexp.basic