workflows fix

This commit is contained in:
Medzik 2021-08-18 17:13:28 +00:00
parent cd04ae3753
commit aa68098555
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: gofmt
run: |
go fmt ./..
go fmt ./...
git add .
git diff-index --quiet HEAD || git commit -m "gofmt"