Check for typos.
Some checks are pending
Spell Check with typos / Check for typos (push) Waiting to run
vale / runner / vale (push) Successful in 4s

This commit is contained in:
g_it 2026-04-08 15:52:15 +02:00
commit 29b605f778
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
3 changed files with 28 additions and 4 deletions

View file

@ -0,0 +1,23 @@
name: Spell Check with typos
on:
push:
branches:
- main
jobs:
typos:
name: Check for typos
runs-on: docker
steps:
- name: Checkout repository
run: |
git clone --depth 1 https://token:${{ secrets.ACTIONS_TOKEN }}@gugulet.hu/technical/git/g_it/site.git .
cd site || true
- name: Install typos
run: |
apt-get update && apt-get install -y cargo
cargo install typos-cli
- name: Run typos
run: typos

View file

@ -3,4 +3,5 @@ MinAlertLevel = warning
Packages = https://gugulet.hu/technical/git/g_it/vale/raw/branch/main/gugulet-hu.zip Packages = https://gugulet.hu/technical/git/g_it/vale/raw/branch/main/gugulet-hu.zip
[*.{adoc,html,md}] [*.{adoc,html,md}]
BasedOnStyles = Google, Readability, write-good, proselint
gugulet-hu = YES gugulet-hu = YES

View file

@ -2,7 +2,7 @@ extends: spelling
message: "Spelling error: '%s' is not a recognized word." message: "Spelling error: '%s' is not a recognized word."
level: error level: error
ignore: | ignore: |
(?i) (?i)
gugulet gugulet
mlungisi mlungisi
yourname yourname