v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-19 01:00:20 -07:00

chore: format with gofmt instead of go fmt

This commit is contained in:
eeeXun 2023-02-01 14:18:13 +08:00
parent 4c0faab899
commit c640c1bc08

View File

@ -17,7 +17,7 @@ jobs:
go-version: '^1.19'
- name: Format with gofmt
run: go fmt .
run: gofmt -w .
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4