Skip to content

ci: add cla-check workflow #638

ci: add cla-check workflow

ci: add cla-check workflow #638

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
with:
path: "playbooks/" # <-- only one value is allowed unfortunately