aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 176feb0..bf85cd5 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