diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 486f9f2..fa73295 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -11,7 +11,6 @@ when: event: [push, manual] steps: ansible-lint: - group: test name: 'Lint: Ansible-lint' image: guisea/ansible-molecule environment: @@ -21,7 +20,6 @@ steps: when: event: [push, manual] yamllint: - group: test name: 'Lint: Yamllint' image: guisea/ansible-molecule commands: [yamllint -f colored .]