We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ec8e8 commit 668198dCopy full SHA for 668198d
.circleci/config.yml
@@ -0,0 +1,7 @@
1
+version: 2.1
2
+orbs:
3
+ shellcheck: circleci/[email protected]
4
+workflows:
5
+ shellcheck:
6
+ jobs:
7
+ - shellcheck/check
0 commit comments