mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: actions: typo
This commit is contained in:
parent
c558e44a1c
commit
d2176c93fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Redrun
|
||||
run: bun i redrun -g --no-save
|
||||
run: bun i redrun typos.ai -g --no-save
|
||||
- name: Install
|
||||
run: bun i --no-save
|
||||
- name: Lint
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Typos Install
|
||||
run: cargo install typos-cli || echo 'already installed'
|
||||
- name: Typos
|
||||
run: typos --write-changes
|
||||
run: typos --write-changes --format json | typos.ai
|
||||
- name: Commit fixes
|
||||
uses: EndBug/add-and-commit@v10
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue