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:
parent
4c0faab899
commit
c640c1bc08
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
go-version: '^1.19'
|
go-version: '^1.19'
|
||||||
|
|
||||||
- name: Format with gofmt
|
- name: Format with gofmt
|
||||||
run: go fmt .
|
run: gofmt -w .
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user