GitHub Action to lint Ansible roles.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/ansible-later@v1
with:
config: optional/path/to/.later.yml
Path to configuration file
Path to standard rule files
Limit standards to given IDs
Exclude standards by given IDs
Increase logging level, defaults to false
Path of files/folders to inspect
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <[email protected]>