Skip to content

Commit

Permalink
Update lint-golang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored Jun 20, 2024
1 parent 23abd67 commit 50a43cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.3
- name: run golangci-lint
if: steps.changed-files.outputs.any_changed == 'true'
# If you get a linting error of "File is not `goimports`-ed", the solution is to run "gofmt -w ./<folder>".
run: |
run: | # If you get a linting error of "File is not `goimports`-ed", the solution is to run "gofmt -w ./<folder>".
cd gov2
./lint_all_go.sh

0 comments on commit 50a43cb

Please sign in to comment.