1
0
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:
Jesse Duffield 2022-01-15 15:12:10 +11:00
parent 1c84f77319
commit dafac52a4c

View File

@ -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() }}