mattermost-docker/.circleci/config.yml

9 lines
148 B
YAML

version: 2.1
orbs:
shellcheck: circleci/shellcheck@2.2.4
workflows:
check-scripts:
jobs:
- shellcheck/check:
dir: ./scripts