Skip to content

Merge pull request #48 from validatedpatterns/dependabot/github_actio… #156

Merge pull request #48 from validatedpatterns/dependabot/github_actio…

Merge pull request #48 from validatedpatterns/dependabot/github_actio… #156

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26
# Let's point it to the path
with:
working_directory: "ansible/"