mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
circleci: Run ShellCheck.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
78ec8e8d3d
commit
668198d6eb
7
.circleci/config.yml
Normal file
7
.circleci/config.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
shellcheck: circleci/shellcheck@1.3.11
|
||||
workflows:
|
||||
shellcheck:
|
||||
jobs:
|
||||
- shellcheck/check
|
Reference in New Issue
Block a user