Skip to content

Update changelog 1.0.0 #19

Update changelog 1.0.0

Update changelog 1.0.0 #19

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