mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 15:13:48 +03:00
Add typos ci
This commit is contained in:
parent
e42a9ac2f1
commit
e3e3ef528e
3
.github/actions/check_style/action.yml
vendored
3
.github/actions/check_style/action.yml
vendored
@ -21,3 +21,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
||||||
. ./script/squawk
|
. ./script/squawk
|
||||||
|
|
||||||
|
- name: Run spelling check
|
||||||
|
uses: crate-ci/typos@master
|
||||||
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
style:
|
style:
|
||||||
name: Check formatting and Clippy lints
|
name: Check formatting, Clippy lints, and spelling
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
- test
|
- test
|
||||||
@ -40,7 +40,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run style checks
|
- name: Run style checks
|
||||||
uses: ./.github/actions/check_style
|
uses: ./.github/actions/check_style
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
runs-on:
|
runs-on:
|
||||||
|
@ -88,6 +88,7 @@ use std::{
|
|||||||
};
|
};
|
||||||
use taffy::TaffyLayoutEngine;
|
use taffy::TaffyLayoutEngine;
|
||||||
|
|
||||||
|
/// Here's a spelling mistake: visibile
|
||||||
pub trait Context {
|
pub trait Context {
|
||||||
type Result<T>;
|
type Result<T>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user