Skip to content

Merge playbooks into one #7

Merge playbooks into one

Merge playbooks into one #7

Workflow file for this run

name: "Linters"
on:
pull_request:
push:
branches:
- main
jobs:
"Ansible Lint":

Check failure on line 9 in .github/workflows/ansible.yml

View workflow run for this annotation

GitHub Actions / Linters

Invalid workflow file

The workflow is not valid. .github/workflows/ansible.yml (Line: 9, Col: 3): The identifier 'Ansible Lint' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run ansible-lint
run: |
pipx install ansible-lint
ansible-galaxy collection install -r orchestration/requirements.yml
ansible-lint -p orchestration -v