2021-09-14 11:05:48 +02:00
|
|
|
---
|
|
|
|
name: Codespell
|
|
|
|
on: [push, pull_request]
|
2022-11-10 10:35:43 +01:00
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
|
2021-09-14 11:05:48 +02:00
|
|
|
jobs:
|
|
|
|
codespell:
|
|
|
|
name: Check for spelling errors
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-11-10 10:35:43 +01:00
|
|
|
- uses: actions/checkout@v3
|
2021-09-14 11:05:48 +02:00
|
|
|
- uses: codespell-project/actions-codespell@master
|
|
|
|
with:
|
2024-06-13 15:19:10 +02:00
|
|
|
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,.git,CREDITS.md,openssl.cnf,*diff
|
2023-03-12 17:40:02 +01:00
|
|
|
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,nmake,anull
|