Skip to content

Commit

Permalink
Merge pull request #309 from gardar/ansible-lint
Browse files Browse the repository at this point in the history
fix: run ansible-lint in ci
  • Loading branch information
guenhter authored Jan 23, 2024
2 parents ece7eee + 16388e1 commit 75ab704
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
on:
pull_request:
branches:
- master
workflow_dispatch:


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

- name: Lint role
uses: ansible/ansible-lint@main

0 comments on commit 75ab704

Please sign in to comment.