mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
Use cargo to install typo check
This commit is contained in:
parent
9a3709dbac
commit
4070eefa49
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -38,8 +38,16 @@ jobs:
|
||||
- name: Set up default .cargo/config.toml
|
||||
run: cp ./.cargo/ci-config.toml ~/.cargo/config.toml
|
||||
|
||||
- name: Check spelling
|
||||
run: |
|
||||
if ! command -v typos > /dev/null; then
|
||||
cargo install typos-cli
|
||||
fi
|
||||
typos
|
||||
|
||||
- name: Run style checks
|
||||
uses: ./.github/actions/check_style
|
||||
|
||||
tests:
|
||||
name: Run tests
|
||||
runs-on:
|
||||
|
Loading…
Reference in New Issue
Block a user