Skip to content

feat: create automate pr for release #11

feat: create automate pr for release

feat: create automate pr for release #11

Workflow file for this run

name: ansible-lint
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6