diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 98ace3be57..fb363cad64 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -10,4 +10,4 @@ jobs: uses: actions/checkout@v4.1.7 - name: Check spelling - uses: crate-ci/typos@v1.23.5 + uses: crate-ci/typos@v1.23.6 diff --git a/typos.toml b/typos.toml index 971aef7c15..4f44aea6d4 100644 --- a/typos.toml +++ b/typos.toml @@ -23,6 +23,7 @@ extend-ignore-re = [ [type.rust.extend-words] nd = "nd" numer = "numer" +styl = "styl" [default.extend-identifiers] ratatui = "ratatui"