Skip to content

Add deployment script and configuration #30

Add deployment script and configuration

Add deployment script and configuration #30

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:
pull_request:
push:
branches:
- main
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/*