Skip to content

Commit

Permalink
Remove args multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed May 11, 2023
1 parent 04cb0f0 commit b431755
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-testing-and-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
with:
version: v${{ needs.tools.outputs.golangci-lint-version }} # keep golangci-lint 1.51.1 for multiple --out-format
allow-extra-out-format-args: true
args: |
--out-format checkstyle:golangci-lint-report.xml
--enable=gofmt --tests=false --exclude-use-default --timeout=5m0s
args: --out-format checkstyle:golangci-lint-report.xml --enable=gofmt --tests=false --exclude-use-default --timeout=5m0s
only-new-issues: true
- name: Print lint report artifact
if: always()
Expand Down

0 comments on commit b431755

Please sign in to comment.