Skip to content

Bump actions/checkout from 3 to 4 #27

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #27

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Ansible Playbooks
uses: ansible/ansible-lint-action@v6
with:
targets: "room-assistant.yml"