Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Mark golangci-lint continue on error.
Browse files Browse the repository at this point in the history
This is in the step, not the job, per discussion in
https://github.com/actions/toolkit/issues/399 which indicates that a
continue-on-error at the job level would cause the icon to still be a cross,
but at the step level is totally ignored.  Right now golangci-lint doesn't work
for mtail due to golangci/golangci-lint#1559 so let's
leave it running but ignore it totally with the former setup.
  • Loading branch information
jaqx0r committed Dec 16, 2020
1 parent 28a3000 commit 877a4c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
continue-on-error: true
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
Expand Down

0 comments on commit 877a4c8

Please sign in to comment.