You've already forked ansible-role-auth-duo
Add CI
This commit is contained in:
17
.woodpecker/lint.yml
Normal file
17
.woodpecker/lint.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
steps:
|
||||
ansible-lint:
|
||||
group: test
|
||||
name: "Lint: Ansible-lint"
|
||||
image: guisea/ansible-molecule
|
||||
commands:
|
||||
- ansible-lint -c ".ansible-lint"
|
||||
when:
|
||||
event: push
|
||||
yamllint:
|
||||
group: test
|
||||
name: "Lint: Yamllint"
|
||||
image: guisea/ansible-molecule
|
||||
commands:
|
||||
- yamllint .
|
||||
when:
|
||||
event: push
|
||||
Reference in New Issue
Block a user