mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
ci: change spell check title
This commit is contained in:
parent
5d0bbe9198
commit
65387809d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: cargo lint -- -D warnings
|
||||
|
||||
typos:
|
||||
name: "spell check"
|
||||
name: Spell Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install toolchain
|
||||
- name: Install Toolchain
|
||||
run: rustup show
|
||||
|
||||
- name: Cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue