Codespell Action

This commit is contained in:
Michał Trojnara
2025-06-23 21:13:47 +02:00
parent fb082942d2
commit d440f32780

16
.github/workflows/codespell.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Codespell
on:
pull_request:
push:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: *.pem