CI: Check for typos

This commit is contained in:
Alexander Medvedev
2025-02-12 16:19:26 +01:00
parent 73a0f665ea
commit e2dff9d55a
6 changed files with 29 additions and 4 deletions

21
.github/workflows/typos.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Spelling
permissions:
contents: read
on:
push:
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.29.5