Skip to content

DNM: examining gh actions #446

DNM: examining gh actions

DNM: examining gh actions #446

Workflow file for this run

name: Ansible Lint
on:
pull_request:
paths:
- playbooks/**.yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checks-out the repository under $GITHUB_WORKSPACE
uses: actions/checkout@v4
- name: run ansible-lint
uses: ansible-actions/[email protected]
with:
path: playbooks/