Add circleci

This commit is contained in:
Elisabeth Kulzer 2021-07-16 11:11:16 +02:00
parent 82758a28c9
commit 38265a9f21
2 changed files with 10 additions and 2 deletions

8
.circleci/config.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2.1
orbs:
shellcheck: circleci/shellcheck@2.2.4
workflows:
check-scripts:
jobs:
- shellcheck/check:
dir: ./scripts

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -o errexit
## ##
## Instructions ## Instructions