Skip to content

Commit

Permalink
add --skip-dirs dist in golangci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iszubok committed Dec 5, 2024
1 parent aed82a7 commit a5258db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --skip-dirs dist

prettier:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5258db

Please sign in to comment.