mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
ci: Remove condition from typos job (#3187)
This commit is contained in:
parent
067993eb56
commit
70d52b386d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -242,11 +242,10 @@ jobs:
|
|||
typos:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event_name == 'push' || !github.event.pull_request.draft
|
||||
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check the spelling of the files in our repo
|
||||
uses: crate-ci/typos@v1.28.4
|
||||
uses: crate-ci/typos@v1.29.4
|
||||
|
|
Loading…
Add table
Reference in a new issue