ci: Add initial pipeline

This commit is contained in:
Timo Reymann
2023-02-15 13:30:40 +01:00
parent 3744a220f1
commit da13b88d3a
5 changed files with 23 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "2.1"
orbs:
shellcheck: circleci/shellcheck@3.1.2
workflows:
main:
jobs:
- shellcheck/check:
name: shellcheck
dir: src