Remove CircleCI Configuration (#19751)

* modify pre-commit hook to not look for circleci

* remove circleci configuration
This commit is contained in:
Marc Boudreau
2023-03-24 14:24:06 -04:00
committed by GitHub
parent 58bbcad74b
commit 1361932d91
28 changed files with 1 additions and 2180 deletions

View File

@@ -35,7 +35,7 @@ block() {
# Add all check functions to this space separated list.
# They are executed in this order (see end of file).
CHECKS="ui_lint circleci_verify"
CHECKS="ui_lint"
# Run ui linter if changes in that dir detected.
ui_lint() {