diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..0e7ab2b --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,7 @@ +version: 2.1 +orbs: + shellcheck: circleci/shellcheck@1.3.11 +workflows: + shellcheck: + jobs: + - shellcheck/check