Skip to content

Commit

Permalink
add out-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 11, 2023
1 parent 5b995a5 commit f44e560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
pull_request:

permissions:
content: read
pull-requests: read

jobs:

build:
Expand Down Expand Up @@ -45,6 +49,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout=5m
args: --timeout=5m --out-format=github-actions


0 comments on commit f44e560

Please sign in to comment.