Skip to content

Add option for setting journald log namespace under systemd #398

Add option for setting journald log namespace under systemd

Add option for setting journald log namespace under systemd #398

Workflow file for this run

name: Lint
on: [push, pull_request]
concurrency:
group: py-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.14']
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: pip install tox
- name: Run linting
run: tox -e lint
- name: Run mypy
run: tox -e mypy