Skip to content

Commit

Permalink
workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Mar 24, 2024
1 parent 1dbec8e commit f2a41b7
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,20 @@ jobs:
uses: actions/checkout@v1

- name: Run golangci-lint

uses: golangci/[email protected]
with:
version: latest
args: # optional, default is
# golangci-lint working directory, default is project root
working-directory: # optional
# the token is used for fetching patch of a pull request to show only new issues
github-token: ${{ github.token }}
# if set to true and the action runs on a pull request - the action outputs only newly found issues
only-new-issues: false
skip-cache: false
skip-pkg-cache: false
skip-build-cache: false
install-mode: binary
version: latest
args: # optional, default is
# golangci-lint working directory, default is project root
working-directory: # optional
# the token is used for fetching patch of a pull request to show only new issues
github-token: ${{ github.token }}
# if set to true and the action runs on a pull request - the action outputs only newly found issues
only-new-issues: false
skip-cache: false
skip-pkg-cache: false
skip-build-cache: false
install-mode: binary

test:
name: Test
Expand Down

0 comments on commit f2a41b7

Please sign in to comment.