mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 06:39:33 +02:00
Fix upgrading and checking of typos (#15454)
<!-- if this PR closes one or more issues, you can automatically link the PR with them by using one of the [*linking keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword), e.g. - this PR should close #xxxx - fixes #xxxx you can also mention related issues, PRs or discussions! --> # Description <!-- Thank you for improving Nushell. Please, check our [contributing guide](../CONTRIBUTING.md) and talk to the core team before making major changes. Description of your pull request goes here. **Provide examples and/or screenshots** if your changes affect the user experience. --> Fix upgrading and checking of typos
This commit is contained in:
parent
334cf1862a
commit
6d1f7cb3e3
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
@ -10,4 +10,4 @@ jobs:
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@v1.29.10
|
||||
uses: crate-ci/typos@v1.30.3
|
||||
|
@ -22,6 +22,7 @@ extend-ignore-re = [
|
||||
|
||||
[type.rust.extend-words]
|
||||
nd = "nd"
|
||||
typ = "typ"
|
||||
numer = "numer"
|
||||
styl = "styl"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user