mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
see if this fixes CI linting
This commit is contained in:
parent
1c84f77319
commit
dafac52a4c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user