Skip to content

lint : exclude ci paths #135

lint : exclude ci paths

lint : exclude ci paths #135

Workflow file for this run

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