1
0
Fork 0

Fix gofmt build

main
Ambrose Chua 2020-11-10 19:50:58 +08:00
parent 859c303600
commit 6844972512
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Format code
run: gofmt -l -w -s ./...
run: gofmt -l -w -s .
- name: Commit and push changes
id: commit-dockerfiles