Skip to content

Update changelog 1.0.1 #20

Update changelog 1.0.1

Update changelog 1.0.1 #20

Workflow file for this run

name: Ansible Lint
on:
- push
- pull_request
- workflow_call
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint@main