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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install Redrun
|
- name: Install Redrun
|
||||||
run: bun i redrun -g --no-save
|
run: bun i redrun typos.ai -g --no-save
|
||||||
- name: Install
|
- name: Install
|
||||||
run: bun i --no-save
|
run: bun i --no-save
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Typos Install
|
- name: Typos Install
|
||||||
run: cargo install typos-cli || echo 'already installed'
|
run: cargo install typos-cli || echo 'already installed'
|
||||||
- name: Typos
|
- name: Typos
|
||||||
run: typos --write-changes
|
run: typos --write-changes --format json | typos.ai
|
||||||
- name: Commit fixes
|
- name: Commit fixes
|
||||||
uses: EndBug/add-and-commit@v10
|
uses: EndBug/add-and-commit@v10
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue