Skip to content

Commit da2acae

Browse files
lafeychinejocelynj
authored andcommitted
feat(ci): Add Codeberg CI
1 parent 267cc28 commit da2acae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.woodpecker.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
when:
2+
- event: [push, pull_request, manual]
3+
4+
clone:
5+
git:
6+
image: woodpeckerci/plugin-git
7+
settings:
8+
recursive: true
9+
10+
steps:
11+
- name: Ansible Lint
12+
image: python:3-slim-bookworm
13+
commands:
14+
- chmod o-w .
15+
- python -m pip install --upgrade -r requirements.txt
16+
- ansible-lint

0 commit comments

Comments
 (0)