Skip to content

chore: remove lint step until we can fix issues #3

chore: remove lint step until we can fix issues

chore: remove lint step until we can fix issues #3

Workflow file for this run

---
name: test
on:
- push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- run: go test -v ./...