Skip to content

fix: wrong preprocessor definitions #30

fix: wrong preprocessor definitions

fix: wrong preprocessor definitions #30

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