Skip to content

ci: fix brew style violations in generated cask (#9) #12

ci: fix brew style violations in generated cask (#9)

ci: fix brew style violations in generated cask (#9) #12

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [master]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: go vet ./...
- run: go test ./...