Skip to content

Commit 88a017f

Browse files
committed
Test mine.
1 parent 665edc9 commit 88a017f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
go env -w GOFLAGS=-tags=gtk_3_22,glib_2_58,pango_1_42,gdk_pixbuf_2_38
4040
go env
4141
- name: GolangCI Lint
42-
uses: golangci/golangci-lint-action@master
42+
uses: thebeline/golangci-lint-action@T
4343
with:
4444
version: v1.39.0
4545
skip-go-installation: true
4646
only-new-issues: true
47-
# FIXME Only for the time being, we should comment this out once we are comfortable with it.
48-
args: --issues-exit-code 0
47+
allow-warnings: true

0 commit comments

Comments
 (0)