Skip to content

Commit 0395f32

Browse files
committed
Install typos
1 parent e872d1b commit 0395f32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-guidelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,13 @@ jobs:
7676
path: build
7777
retention-days: 7
7878
compression-level: 6 # Default compression level for a good balance of speed and size
79+
check_typos:
80+
runs-on: ubuntu-latest
81+
steps:
82+
- name: Checkout repository
83+
uses: actions/checkout@v3
84+
- name: Install typos
85+
run: cargo install typos-cli
86+
- name: Check for typos
87+
run: typos
88+

0 commit comments

Comments
 (0)