Skip to content

fix: SD_BUS_WIDE support #47

fix: SD_BUS_WIDE support

fix: SD_BUS_WIDE support #47

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: codespell-project/actions-codespell@master