mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-04 22:34:39 +02:00
Continue if lint step fails
This commit is contained in:
parent
6c8a924fad
commit
e5574e7fe5
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
- name: Push on codecov result
|
||||
uses: codecov/codecov-action@v1
|
||||
- name: Run golangci-lint
|
||||
continue-on-error: true
|
||||
uses: actions-contrib/golangci-lint@v1
|
||||
- name: Compile project on every platform
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user