Skip to content

Updating workflow to deploy collection to Ansible Galaxy #55

Updating workflow to deploy collection to Ansible Galaxy

Updating workflow to deploy collection to Ansible Galaxy #55

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on: [push, pull_request]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected] # or version tag instead of 'main'