1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-31 23:19:40 +02:00

Add golangci-lint Action

This commit is contained in:
Dawid Dziurla 2020-03-19 12:28:50 +01:00 committed by Jesse Duffield
parent 6183d92315
commit 64706257ca

View File

@ -23,6 +23,8 @@ jobs:
./test.sh
- name: Push on codecov result
uses: codecov/codecov-action@v1
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1
- name: Compile project on every platform
run: |
go get github.com/mitchellh/gox