Skip to content

Commit

Permalink
skip dirs not allowed either?
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Kellenschwiler <[email protected]>
  • Loading branch information
sirdeggen committed Mar 25, 2024
1 parent 817acf8 commit 2a3ec14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --skip-dirs=vendor --tests
args: --tests
build:
strategy:
matrix:
Expand Down Expand Up @@ -54,6 +53,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --clean
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a3ec14

Please sign in to comment.