circleci: Run ShellCheck.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-06-20 11:31:16 -07:00
committed by Tim Abbott
parent 78ec8e8d3d
commit 668198d6eb

7
.circleci/config.yml Normal file
View File

@@ -0,0 +1,7 @@
version: 2.1
orbs:
shellcheck: circleci/shellcheck@1.3.11
workflows:
shellcheck:
jobs:
- shellcheck/check