aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index bf85cd5..176feb0 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -21,11 +21,11 @@ steps:
exclude:
- tag
- #shellcheck:
- # image: koalaman/shellcheck-alpine:stable
- # commands:
- # - "find . -name *.sh -exec shellcheck {} +"
- # when:
- # event:
- # exclude:
- # - tag
+ shellcheck:
+ image: koalaman/shellcheck-alpine:stable
+ commands:
+ - "find . -name *.sh -exec shellcheck {} +"
+ when:
+ event:
+ exclude:
+ - tag