Skip to content

feat: Initial Commit #1

feat: Initial Commit

feat: Initial Commit #1

Workflow file for this run

name: Ansible Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]