Skip to content

Commit

Permalink
see if this fixes CI linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Jan 15, 2022
1 parent 1c84f77 commit dafac52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ jobs:
find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;
exit 1
fi
- name: errors
run: golangci-lint run
if: ${{ failure() }}

0 comments on commit dafac52

Please sign in to comment.