Skip to content

Commit

Permalink
set config for cli lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali committed Dec 18, 2023
1 parent e7a053a commit c9498a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
working-directory: cql-cli
args: --config=../.golangci.yml
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: cql
on:
push:
branches:
Expand Down

0 comments on commit c9498a5

Please sign in to comment.