Files
go-gh-page/Makefile
2025-05-06 17:15:49 -04:00

5 lines
125 B
Makefile

fmt: cp
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
cp:
cp -v ./.github/workflows/page.yml pkg/templates/page.yml