mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
chore(ci): integrate typos
for checking typos (#91)
This commit is contained in:
parent
e10f62663e
commit
24820cfcff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -72,3 +72,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: "-vv"
|
args: "-vv"
|
||||||
commits: "HEAD"
|
commits: "HEAD"
|
||||||
|
- name: "Check typos"
|
||||||
|
uses: crate-ci/typos@master
|
||||||
|
|
Loading…
Add table
Reference in a new issue