Skip to content

Commit

Permalink
👷 Update CI workflow for golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 13, 2024
1 parent 1d81ddc commit 8068e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- run: npm run lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
working-directory: apps/cli
with:
version: v1.54
working-directory: apps/cli

build:
needs: [lint]
Expand Down

0 comments on commit 8068e79

Please sign in to comment.