Mislav Marohnić
|
19ee0eff08
|
Simplify linter output setup
`golangci-lint` now supports an output formatter for GitHub Actions, so
we don't need to manually reformat the failure output anymore.
|
2021-01-07 16:16:44 +01:00 |
|
Shoma Okamoto
|
06b579c976
|
update go version
|
2020-08-13 22:22:27 +09:00 |
|
Mislav Marohnić
|
41f7b054e6
|
Bump golangci-lint to v1.29.0
Trying to address https://github.com/cli/cli/pull/1406/checks?check_run_id=896316941
which I cannot reproduce locally on macOS
|
2020-07-22 14:18:18 +02:00 |
|
Mislav Marohnić
|
9c7d52f9f6
|
Bump golangci-lint
|
2020-07-02 17:02:38 +02:00 |
|
Davor Kapsa
|
26185467a8
|
update lint.yml
|
2020-06-09 14:34:41 +02:00 |
|
Mislav Marohnić
|
cd163f020c
|
Fix linter in CI
It turns out that YAML anchors are not supported
https://github.com/cli/cli/actions/runs/115915028
|
2020-05-26 18:28:19 +02:00 |
|
Mislav Marohnić
|
54e68ae5b2
|
Enable linting for pull requests
|
2020-05-22 19:40:00 +02:00 |
|
Mislav Marohnić
|
1fb27af96b
|
Bump golangci-lint
|
2020-05-07 21:04:44 +02:00 |
|
Mislav Marohnić
|
0eb471899a
|
Upgrade to Go 1.14 in CI
|
2020-05-07 21:03:42 +02:00 |
|
Mislav Marohnić
|
26ee7baf67
|
💅 indent
|
2020-04-13 17:16:47 +02:00 |
|
Mislav Marohnić
|
4e393fdab4
|
Avoid intermittent CI failures while setting up Go
Switch to `actions/setup-go@v2-beta` which advertises better retries
around downloading the Go version
|
2020-04-13 17:15:59 +02:00 |
|
Mislav Marohnić
|
ee2456f3c0
|
Don't build during linting
Building is already covered in CI workflows that run tests
|
2020-04-03 16:51:47 +02:00 |
|
Mislav Marohnić
|
7ba9773e68
|
Make golangci-lint failures fatal ☠️
|
2020-04-03 16:51:43 +02:00 |
|
Mislav Marohnić
|
876e825e64
|
Check code with golangci-lint on push
Right now linting failures don't fail the CI job, but they might in the
future.
|
2020-04-02 14:55:13 +02:00 |
|