mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-22 20:41:59 +00:00
8 lines
120 B
YAML
8 lines
120 B
YAML
version: 2.1
|
|
orbs:
|
|
shellcheck: circleci/shellcheck@1.3.11
|
|
workflows:
|
|
shellcheck:
|
|
jobs:
|
|
- shellcheck/check
|