Skip to content

Commit 0b243cc

Browse files
authored
Merge pull request #2 from opiproject/lint
ci: add ansible lint
2 parents fa90e6a + 595532d commit 0b243cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ansible.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Ansible
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
9+
10+
jobs:
11+
lint:
12+
name: Ansible lint
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: ansible/ansible-lint@v6
17+
18+
# TODO: add build, test, ut, docs, ...

0 commit comments

Comments
 (0)