mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Check for typos in CI
This commit is contained in:
committed by
David Pedersen
parent
b199604c9f
commit
e2fa5889eb
@@ -217,3 +217,15 @@ jobs:
|
|||||||
- name: Check dependency tables
|
- name: Check dependency tables
|
||||||
run: |
|
run: |
|
||||||
cargo sort --workspace --grouped --check
|
cargo sort --workspace --grouped --check
|
||||||
|
|
||||||
|
typos:
|
||||||
|
name: Spell Check with Typos
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name == 'push' || !github.event.pull_request.draft
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout Actions Repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Check the spelling of the files in our repo
|
||||||
|
uses: crate-ci/[email protected]
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
[default.extend-identifiers]
|
||||||
|
# Typos in previous type names, mentioned in changelog
|
||||||
|
DefaultOnFailedUpdgrade = "DefaultOnFailedUpdgrade"
|
||||||
|
OnFailedUpdgrade = "OnFailedUpdgrade"
|
||||||
Reference in New Issue
Block a user