Skip to content

Commit

Permalink
Test mine.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeline committed Mar 31, 2021
1 parent 665edc9 commit 1cb1eb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
go env -w GOFLAGS=-tags=gtk_3_22,glib_2_58,pango_1_42,gdk_pixbuf_2_38
go env
- name: GolangCI Lint
uses: golangci/golangci-lint-action@master
uses: thebeline/golangci-lint-action@d30d84ce2cd24c3defe436006672784cbb78f658
with:
version: v1.39.0
skip-go-installation: true
only-new-issues: true
# FIXME Only for the time being, we should comment this out once we are comfortable with it.
args: --issues-exit-code 0
allow-warnings: true

0 comments on commit 1cb1eb7

Please sign in to comment.