Formatierung
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s

This commit is contained in:
Marius Alwan Meyer 2023-07-17 10:36:59 +02:00
parent b1789e15d6
commit 9451bdb478

View File

@ -1,5 +1,5 @@
name: ansible-lint name: ansible-lint
on: [push, pull_request] on: [push, pull_request] # yamllint disable-line rule:truthy
jobs: jobs:
build: build:
@ -17,4 +17,4 @@ jobs:
uses: https://github.com/ansible/ansible-lint-action@main uses: https://github.com/ansible/ansible-lint-action@main
# optional: # optional:
# with: # with:
# path: "playbooks/" # <-- only one value is allowed # path: "playbooks/" # <-- only one value is allowed