Files
go-gh-page/Makefile

5 lines
125 B
Makefile
Raw Normal View History

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