Skip to content

Commit

Permalink
Remove shellcheck on CircleCI
Browse files Browse the repository at this point in the history
As we are now using it on ReviewDog instead
  • Loading branch information
johnboyes committed Apr 23, 2020
1 parent d388f85 commit 0c6a838
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 2.1

orbs:
shellcheck: circleci/[email protected]
docker: agilepathway/[email protected]

executors:
Expand All @@ -12,7 +11,6 @@ executors:
workflows:
build-and-publish-docker-image:
jobs:
- shellcheck/check
- go-test
- compile-mage-scripts
- docker/publish:
Expand Down

0 comments on commit 0c6a838

Please sign in to comment.