Skip to content

Commit

Permalink
fix: PATH for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Jan 24, 2024
1 parent 3cf6c43 commit 3e90913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
name: Build and Release
name: Code quality and unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${PWD}/bin" v1.55.2
echo "${PWD}/bin" >> $GITHUB_PATH
- name: Code Quality
run: |
Expand Down

0 comments on commit 3e90913

Please sign in to comment.