Skip to content

Pre- and post file creation hooks #58

Pre- and post file creation hooks

Pre- and post file creation hooks #58

Workflow file for this run

name: test
on:
pull_request: { }
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'
- run: go test ./...