.
Some checks failed
Spell Check with typos / Check for typos (push) Failing after 1m59s
vale / runner / vale (push) Successful in 5s

This commit is contained in:
g_it 2026-04-08 15:54:51 +02:00
commit ee0bc7802c
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -15,9 +15,13 @@ jobs:
git clone --depth 1 https://token:${{ secrets.ACTIONS_TOKEN }}@gugulet.hu/technical/git/g_it/site.git .
cd site || true
- name: Install typos
- name: Install Rust and typos
run: |
apt-get update && apt-get install -y cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
cargo install typos-cli
- name: Run typos
run: typos
run: |
source $HOME/.cargo/env
typos