From 01c82202ed162131b804c2c531ebdd7e4a635f0e Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 20 Dec 2022 14:45:01 -0600 Subject: [PATCH] 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. --- .circleci/config.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b23229f2..a87f56cf7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: