Skip to content

updates the grammar file #3

updates the grammar file

updates the grammar file #3

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26"
- run: go build ./...
- run: go vet ./...
- run: go test ./...
- uses: golangci/golangci-lint-action@v7