mirror of
https://github.com/go-i2p/go-gh-page.git
synced 2025-07-13 03:53:09 -04:00
5 lines
125 B
Makefile
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
|