Skip to content

Commit bca54ef

Browse files
committed
GitHub: re-enable the linter
The linter was disabled before due to a bug. Since the bug was likely caused by an issue with a go module in a dependency project which was updated in the meantime, we attempt to re-enable the linter in the CI now.
1 parent d3413ae commit bca54ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ jobs:
156156
# lint code
157157
########################
158158
lint:
159-
# Temporarily disabling the linter while this issue persists:
160-
# https://github.com/golangci/golangci-lint/discussions/1920
161-
if: false
162159
name: lint
163160
runs-on: ubuntu-latest
164161
steps:

0 commit comments

Comments
 (0)