Skip to content

add release workflow #33

add release workflow

add release workflow #33

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install tree-sitter-cli -g
- run: tree-sitter generate
- run: tree-sitter test
- run: find test/earthly/ -name Earthfile | xargs tree-sitter parse