diff options
| author | Michael Grote | 2023-11-08 16:20:39 +0100 |
|---|---|---|
| committer | Michael Grote | 2023-11-08 16:20:39 +0100 |
| commit | 408ed581999c3cf1f601764e97610e37e7715b23 (patch) | |
| tree | 0d771e66d225553fad97631bd985860d88d26e65 /.woodpecker/lint.yml | |
| parent | 017fef9b522e362ab4625383f3b275b3daadf240 (diff) | |
ci: disable shellcheck
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 16 |
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 |