Skip to content

Merge pull request #66 from henrybear327/fix/bad_type_issues #142

Merge pull request #66 from henrybear327/fix/bad_type_issues

Merge pull request #66 from henrybear327/fix/bad_type_issues #142

Workflow file for this run

---
name: tests
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
test:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.8
- uses: actions/checkout@v4
- name: tests
run: |
make verify
make test