Skip to content

Commit

Permalink
Add typos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Jan 17, 2024
1 parent e42a9ac commit e3e3ef5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/check_style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ runs:
run: |
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
. ./script/squawk
- name: Run spelling check
uses: crate-ci/typos@master
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
style:
name: Check formatting and Clippy lints
name: Check formatting, Clippy lints, and spelling
runs-on:
- self-hosted
- test
Expand All @@ -40,7 +40,6 @@ jobs:

- name: Run style checks
uses: ./.github/actions/check_style

tests:
name: Run tests
runs-on:
Expand Down
1 change: 1 addition & 0 deletions crates/gpui/src/gpui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ use std::{
};
use taffy::TaffyLayoutEngine;

/// Here's a spelling mistake: visibile
pub trait Context {
type Result<T>;

Expand Down

0 comments on commit e3e3ef5

Please sign in to comment.