Skip to content

Update README

Update README #31

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches:
- main
- dev
defaults:
run:
working-directory: 'kazauwa.headscale'
jobs:
lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
path: 'kazauwa.headscale'
- name: Run ansible-lint
uses: ansible/ansible-lint@v24
with:
working_directory: 'kazauwa.headscale'