Skip to content

Commit

Permalink
Create ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iglesys347 authored Oct 12, 2024
1 parent 96cf006 commit 388ff31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lint Ansible

on:
push:
paths:
- 'deploy/**'
pull_request:
paths:
- 'deploy/**'

jobs:
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main
with:
args: '-p deploy'

0 comments on commit 388ff31

Please sign in to comment.