hack: add shellcheck

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2021-05-22 22:49:34 -07:00
parent c1a3c1e819
commit 41f7f39551
10 changed files with 154 additions and 151 deletions

View File

@@ -0,0 +1,5 @@
# syntax = docker/dockerfile:1.2
from koalaman/shellcheck-alpine:v0.7.2
workdir /src
copy base .
run shellcheck xx-*