Skip to content

write-a-driver-module: correctness fixes and generator alignment #5330

write-a-driver-module: correctness fixes and generator alignment

write-a-driver-module: correctness fixes and generator alignment #5330

Workflow file for this run

name: codespell
concurrency:
group: pullrequest-untrusted-codespell-${{ github.event.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]
jobs:
codespell:
name: runner / codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore
path: docs