mattermost-docker/.circleci/config.yml

10 lines
174 B
YAML
Raw Normal View History

2021-07-16 09:11:16 +00:00
version: 2.1
orbs:
shellcheck: circleci/shellcheck@2.2.4
workflows:
check-scripts:
jobs:
- shellcheck/check:
dir: ./scripts
2021-07-16 09:12:33 +00:00
exclude: SC2001