Skip to content

Add d-bus interface to allow interactive use #9

Add d-bus interface to allow interactive use

Add d-bus interface to allow interactive use #9

Workflow file for this run

# SPDX-FileCopyrightText: 2023 David Runge <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: Tests on pull request
on: [pull_request]
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3