mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-04 23:37:41 +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
|
- name: Push on codecov result
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
|
continue-on-error: true
|
||||||
uses: actions-contrib/golangci-lint@v1
|
uses: actions-contrib/golangci-lint@v1
|
||||||
- name: Compile project on every platform
|
- name: Compile project on every platform
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user