Skip to content

Chore/Change no and yes to true and false following ansible-lint guid… #5

Chore/Change no and yes to true and false following ansible-lint guid…

Chore/Change no and yes to true and false following ansible-lint guid… #5

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
push:
branches: [main]
pull_request:
branches: [main]
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]
- uses: actions/upload-artifact@v3
if: always()
with:
name: ansible-lint-report
path: ansible-lint-report/
retention-days: 30