Skip to content

Add missing <basic-shape> functions; path(), rect() and xywh() #94

Add missing <basic-shape> functions; path(), rect() and xywh()

Add missing <basic-shape> functions; path(), rect() and xywh() #94

Workflow file for this run

name: test-syntax
on:
push:
branches:
- master
pull_request:
jobs:
run-syntax-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: SublimeText/UnitTesting/actions/setup@v1
- uses: SublimeText/UnitTesting/actions/run-syntax-tests@v1