We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d886d commit 62785baCopy full SHA for 62785ba
.circleci/config.yml
@@ -0,0 +1,7 @@
1
+version: 2.1
2
+orbs:
3
+ shellcheck: circleci/shellcheck@1.3.15
4
+workflows:
5
+ shellcheck:
6
+ jobs:
7
+ - shellcheck/check
0 commit comments