Files
go-gh-page/Makefile

6 lines
126 B
Makefile
Raw Normal View History

fmt: cp
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
cp:
2025-05-06 17:37:07 -04:00
cp -v ./.github/workflows/page.yml pkg/templates/page.yml