Skip to content

docs: Add integration and configuration for d-bus and systemd #17

docs: Add integration and configuration for d-bus and systemd

docs: Add integration and configuration for d-bus and systemd #17

Workflow file for this run

# SPDX-FileCopyrightText: 2023 David Runge <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: Tests on push
on: [push]
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3