Skip to content

refactor(playbooks): move playbooks to their own folder #19

refactor(playbooks): move playbooks to their own folder

refactor(playbooks): move playbooks to their own folder #19

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

Check failure on line 15 in .github/workflows/ansible-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible/ansible-lint-action@v6.3.0 # the latest version has a bug that does not run in online mode
with:
path: "ansible-playbooks/"