Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Better readme for kodi #24

Better readme for kodi

Better readme for kodi #24

Workflow file for this run

name: Ansible Lint
on:
push: ~
workflow_dispatch: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@v6
with:
path: "roles"