Skip to content

new: added a composite action. #84

new: added a composite action.

new: added a composite action. #84

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/[email protected] # the latest version has a bug that does not run in online mode
with:
path: "ansible-playbooks/"