ci: remove lint workflow from circle (#15593)

This PR remove the lint-go workflow from circle; we already have the linting
covered in GHA and the circle stuff is just outdated anyway.
This commit is contained in:
Seth Hoenig
2022-12-20 14:45:01 -06:00
committed by GitHub
parent 6bcf76c1b3
commit 01c82202ed

View File

@@ -339,17 +339,6 @@ jobs:
path: /tmp/test-reports
- store_artifacts:
path: /tmp/test-reports
lint-go:
executor: go
steps:
- checkout
- run: apt-get update; apt-get install -y shellcheck sudo unzip
- install-buf
- install-circleci-local-cli
- run: make deps lint-deps
- run: make check
- run: make checkscripts
- run: mkdir -p ui/dist && make generate-all static-assets
build-darwin-binaries:
executor: go-macos
steps:
@@ -510,9 +499,8 @@ workflows:
ignore:
- stable-website
- lint-go:
# check branches are almost all the backend branches
filters: &backend_check_branches_filter
- test-e2e:
filters:
branches:
ignore:
- /^.-ui\b.*/
@@ -520,9 +508,6 @@ workflows:
- /^backport/docs-.*/
- stable-website
- test-e2e:
filters: *backend_check_branches_filter
- test-ui:
filters:
branches: