Skip to content

Ensure that OS package conflicts can be handled properly #44

Ensure that OS package conflicts can be handled properly

Ensure that OS package conflicts can be handled properly #44

Workflow file for this run

---
name: ansible-lint
on:
pull_request:
branches: ["main", "master", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]