Skip to content

Commit

Permalink
lint fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 3, 2024
1 parent 310ca7b commit 3586e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--timeout 10m"
fail_on_error: true
cache: false
env:
REVIEWDOG_TOKEN: ${{ secrets.REVIEWDOG_TOKEN }}
1 change: 1 addition & 0 deletions flow/geo/geo.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:all
package geo

import (
Expand Down

0 comments on commit 3586e1a

Please sign in to comment.