Skip to content

Commit

Permalink
feat: add ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cleitonnovotni committed Dec 13, 2023
1 parent 5c8c687 commit 4b47658
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/ansible-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
offline: true

exclude_paths:
- molecule/
- catalog-info.yaml
- .github/workflows/

skip_list:
- key-order

profile: min
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit 4b47658

Please sign in to comment.