Skip to content

Commit

Permalink
Fixing broken linting pipeline (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellBerend authored Nov 11, 2023
1 parent 4f0a774 commit 77f5c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Install dependencies
run: |
go mod tidy
go mod download
go mod tidy
go mod download
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
Expand Down

0 comments on commit 77f5c78

Please sign in to comment.