Skip to content

chore: add SPDX License Identifier header to files #110

chore: add SPDX License Identifier header to files

chore: add SPDX License Identifier header to files #110

Workflow file for this run

---
name: Ansible Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Lint Ansible Playbooks / Tasks
uses: ansible/ansible-lint-action@v6
with:
path: "./"