branch: elpa/cider
commit dfe9e7e7bf3d9dd53c38fe386b3d9a5baa06da50
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove shellcheck CI job (no shell scripts in the repo)
---
.circleci/config.yml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e86f5f67571..0ee239fa8fe 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,6 @@ version: 2.1
orbs:
win: circleci/[email protected]
- shellcheck: circleci/[email protected]
# Default actions to perform on each Emacs version
commands:
@@ -90,14 +89,6 @@ jobs:
- setup-windows
- test
- test-shellcheck:
- docker:
- - image: cimg/base:current
- steps:
- - checkout
- - shellcheck/install
- - shellcheck/check
-
test-lint:
docker:
- image: silex/emacs:28-ci
@@ -109,25 +100,19 @@ workflows:
version: 2.1
ci-test-matrix:
jobs:
- - test-shellcheck
- test-lint
- test-ubuntu-emacs-28:
requires:
- test-lint
- - test-shellcheck
- test-ubuntu-emacs-29:
requires:
- test-lint
- - test-shellcheck
- test-ubuntu-emacs-30:
requires:
- test-lint
- - test-shellcheck
- test-windows-emacs-latest:
requires:
- test-lint
- - test-shellcheck
- test-macos-emacs-latest:
requires:
- test-lint
- - test-shellcheck