.
This commit is contained in:
parent
b2ffc7394e
commit
ee0bc7802c
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue