Skip to content

docs: add section to syntax info #17

docs: add section to syntax info

docs: add section to syntax info #17

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- run: pnpm test