Skip to content

Commit

Permalink
added ansible-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
pypb committed Dec 12, 2023
1 parent a51fe28 commit f8b7644
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ansible-lint
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6

0 comments on commit f8b7644

Please sign in to comment.