Skip to content

cleanup: dropped useless step in action.yml. #88

cleanup: dropped useless step in action.yml.

cleanup: dropped useless step in action.yml. #88

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/"