Files
go-gh-page/Makefile
2025-05-06 17:37:26 -04:00

6 lines
126 B
Makefile

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