actions-runner-controller/testing
Cory Miller c91e76f169
Add golangci-lilnt to CI (#1794)
This introduces a linter to PRs to help with code reviews and code hygiene. I've also gone ahead and fixed (or ignored) the existing lints.

I've only setup the default linters right now. There are many more options that are documented at https://golangci-lint.run/.

The GitHub Action should add appropriate annotations to the lint job for the PR. Contributors can also lint locally using `make lint`.
2022-09-21 09:08:22 +09:00
..
runtime e2e: Cover RunnerDeployment (#668) 2021-06-29 17:52:43 +09:00
bash.go e2e: Cover RunnerDeployment (#668) 2021-06-29 17:52:43 +09:00
docker.go Enhance the E2E test to be runnable against remote clusters on e.g. AWS EKS (#1610) 2022-07-07 20:48:07 +09:00
getenv.go e2e,acceptance: Cover enterprise runners (#1124) 2022-02-17 09:16:28 +09:00
git.go e2e,acceptance: Cover enterprise runners (#1124) 2022-02-17 09:16:28 +09:00
kubectl.go Add golangci-lilnt to CI (#1794) 2022-09-21 09:08:22 +09:00
random.go e2e: Cover RunnerDeployment (#668) 2021-06-29 17:52:43 +09:00
testing.go Enhance the E2E test to be runnable against remote clusters on e.g. AWS EKS (#1610) 2022-07-07 20:48:07 +09:00
workflow.go e2e: Add new option to test rootless docker (#1742) 2022-08-24 10:42:45 +09:00