Skip to content

Parametrize target OS in headscale download link #26

Parametrize target OS in headscale download link

Parametrize target OS in headscale download link #26

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches:
- main
defaults:
run:
working-directory: 'kazauwa.headscale'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
with:
path: 'kazauwa.headscale'
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install ansible-lint==5.4.0 ansible-core==2.12
- name: Lint code.
run: |
ansible-lint .