Skip to content

Commit

Permalink
Merge pull request #2 from opiproject/lint
Browse files Browse the repository at this point in the history
ci: add ansible lint
  • Loading branch information
glimchb authored Jun 3, 2024
2 parents fa90e6a + 595532d commit 0b243cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Ansible

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint:
name: Ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@v6

# TODO: add build, test, ut, docs, ...

0 comments on commit 0b243cc

Please sign in to comment.