mattermost-docker/.circleci/config.yml
2021-07-16 11:12:33 +02:00

10 lines
174 B
YAML

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