Skip to content

Commit

Permalink
Merge pull request #69 from stone-payments/feat/ansible-lint
Browse files Browse the repository at this point in the history
feat: configure ansible-lint
  • Loading branch information
renatocmaia authored Dec 13, 2023
2 parents 5c8c687 + 4b47658 commit 7d6fef5
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 7d6fef5

Please sign in to comment.