From 28c1997dfaa16f59387f708f26e59b85982d486c Mon Sep 17 00:00:00 2001 From: Alexander Baranov Date: Fri, 1 Jul 2022 21:05:28 +0600 Subject: [PATCH] fix actions --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 28b98b3..0fd0a43 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,9 +22,9 @@ jobs: go vet . golint . - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - version: latest + uses: golangci/golangci-lint-action@v3 + with: + version: latest # # Run testing on the code # - name: Run testing # run: cd test && go test -v