Skip to content

test: cover hook shebang dispatch in the smoke image #17

test: cover hook shebang dispatch in the smoke image

test: cover hook shebang dispatch in the smoke image #17

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@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./...