Skip to content

Fix publishing to galaxy #3

Fix publishing to galaxy

Fix publishing to galaxy #3

Workflow file for this run

name: Run ansible-lint
# Run this workflow every time a new commit pushed to your repository
on:
push:
branches:
- main
- stable/*
tags:
- '*'
pull_request:
workflow_dispatch:
jobs:
ansible-lint:
name: Ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]