Skip to content

refactor: update base project files #38

refactor: update base project files

refactor: update base project files #38

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
# https://github.com/ansible/ansible-lint
- name: Run ansible-lint
uses: ansible/ansible-lint@main