Add shell-check job
We don't want to fail on shellcheck yet.
This commit is contained in:
parent
5cf8aaf7a1
commit
38513c3bed
2 changed files with 22 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,4 +13,4 @@ shell-format:
|
|||
|
||||
shell-check:
|
||||
shfmt -f . | xargs shfmt -i 2 -ci -sr -kp -d
|
||||
shfmt -f . | xargs shellcheck --color=always
|
||||
shfmt -f . | xargs shellcheck --color=always || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue