diff options
| author | Michael Grote | 2023-11-09 09:20:42 +0100 |
|---|---|---|
| committer | Michael Grote | 2023-11-09 09:20:42 +0100 |
| commit | c9cd4a913d29d4fb9f805a1cedc5bc812d24526d (patch) | |
| tree | 7fe2f887cd73e8a0130a30156b25e9b4ce659e6a /.woodpecker/lint.yml | |
| parent | 15eec18863876fb03d67154ee1dcc03be44d077e (diff) | |
ci: enable 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 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 |