Skip to content

Commit

Permalink
Troubleshoot install-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed Oct 15, 2024
1 parent b12c8c5 commit 9d1aaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
env:
GOPATH: ${{ github.workspace }}/go
GOBIN: ${{ github.workspace }}/go/bin
PATH: $PATH:$GOBIN

steps:
- name: Checkout
Expand All @@ -25,6 +24,8 @@ jobs:
go-version: ">=1.23.2"

- name: Run Linters
env:
PATH: $PATH:$GOBIN
run: |
make install-linters
echo
Expand Down

0 comments on commit 9d1aaae

Please sign in to comment.