Skip to content

Commit 28c1997

Browse files
author
Alexander Baranov
committed
fix actions
1 parent 7c22be5 commit 28c1997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
go vet .
2323
golint .
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v3
26-
with:
27-
version: latest
25+
uses: golangci/golangci-lint-action@v3
26+
with:
27+
version: latest
2828
# # Run testing on the code
2929
# - name: Run testing
3030
# run: cd test && go test -v

0 commit comments

Comments
 (0)