mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04: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 {} \;
|
find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
- name: errors
|
||||||
|
run: golangci-lint run
|
||||||
|
if: ${{ failure() }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue