Skip to content

Update deployment docs #25

Update deployment docs

Update deployment docs #25

Workflow file for this run

# GitHub Actions workflow for linting the systemd unit files
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
name: Lint systemd units
on: [ push ]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install systemdlint
run: pip install systemdlint==1.*
- name: Lint systemd units
run: systemdlint ./config/systemd/*