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:
parent
6183d92315
commit
64706257ca
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user