Skip to content

ansible-lint

ansible-lint #28

Workflow file for this run

# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu
---
name: ansible-lint
on:
pull_request:
push:
schedule:
- cron: "35 6 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run ansible-lint
uses: ansible/ansible-lint-action@89eb7dec58ac81d46476b715d98e0ec9a411b63f
with:
override-deps: |
rich>=9.5.1,<11.0.0
ansible==5.3.0
ansible-lint==5.3.1
targets: "./"
#args: "-q"