1
0
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:
Dawid Dziurla 2020-03-19 12:43:48 +01:00 committed by Jesse Duffield
parent 6c8a924fad
commit e5574e7fe5

View File

@ -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: |