Skip to content

Commit 561137c

Browse files
committed
Enable action
1 parent 0a5fff0 commit 561137c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737
exit 1
3838
fi
3939
40-
# Disabled for now
41-
# - name: Lint
42-
# uses: golangci/golangci-lint-action@v8
43-
# with:
44-
# version: v2.4.0
40+
- name: Lint
41+
uses: golangci/golangci-lint-action@v8
42+
with:
43+
version: v2.4.0
4544

4645
- name: Tests
4746
run: |

0 commit comments

Comments
 (0)