Skip to content

Commit 668198d

Browse files
andersktimabbott
authored andcommitted
circleci: Run ShellCheck.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 78ec8e8 commit 668198d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)