Skip to content

🔪 watcher api, update docs #18

🔪 watcher api, update docs

🔪 watcher api, update docs #18

Workflow file for this run

name: tmpl
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Install
run: go install ./cmd/tmpl/tmpl.go
- name: Build
run: go generate -v ./...
- name: Test
run: go test -v ./...