Skip to content

Commit

Permalink
add the api to the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Oct 30, 2024
1 parent 0d922ce commit 5752c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.60.3
args: --verbose
args: |
--verbose
./... ./api/...

0 comments on commit 5752c5e

Please sign in to comment.