Skip to content

updated with simple ansible-galaxy command to list collection #25

updated with simple ansible-galaxy command to list collection

updated with simple ansible-galaxy command to list collection #25

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main