Reformat code

This commit is contained in:
Širhoe Biazhkovič
2021-11-27 00:33:13 +03:00
committed by Lawrence, Rendall
parent 360ac9d08d
commit 04f1a9efb9
4 changed files with 11 additions and 11 deletions

View File

@@ -24,8 +24,8 @@ jobs:
run: go build -v ./cmd/...
- name: Vet
run: go vet ./...
# - name: Imports
# uses: Jerome1337/goimports-action@v1.0.3
# - name: Imports
# uses: Jerome1337/goimports-action@v1.0.3
- name: Format
uses: Jerome1337/gofmt-action@v1.0.4
- name: Lint