From ee0bc7802cd67966d47500c348d513f685287faa Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 15:54:51 +0200 Subject: [PATCH] . --- .forgejo/workflows/typos.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/typos.yml b/.forgejo/workflows/typos.yml index 130f5e9..4b83592 100644 --- a/.forgejo/workflows/typos.yml +++ b/.forgejo/workflows/typos.yml @@ -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