mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +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
|
./test.sh
|
||||||
- name: Push on codecov result
|
- name: Push on codecov result
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
- name: Run golangci-lint
|
||||||
|
uses: actions-contrib/golangci-lint@v1
|
||||||
- name: Compile project on every platform
|
- name: Compile project on every platform
|
||||||
run: |
|
run: |
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user