Skip to content

Commit

Permalink
💚 Run go linting only in cli directory
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 13, 2024
1 parent ff96ea1 commit 1d81ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: npm run lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
working-directory: apps/cli
with:
version: v1.54

Expand Down

0 comments on commit 1d81ddc

Please sign in to comment.