Skip to content

Commit

Permalink
GitHub: re-enable the linter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guggero committed Jan 3, 2024
1 parent d3413ae commit bca54ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ jobs:
# lint code
########################
lint:
# Temporarily disabling the linter while this issue persists:
# https://github.com/golangci/golangci-lint/discussions/1920
if: false
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bca54ef

Please sign in to comment.