Remove deprecated "group" option
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/z.ntfy Pipeline was successful

This commit is contained in:
2024-01-30 13:38:31 +13:00
parent dabd8d3dfd
commit f6d03123d4

View File

@@ -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 .]