mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(actions) add typos
This commit is contained in:
parent
ef10ebe97c
commit
975d4eb8a0
1 changed files with 17 additions and 0 deletions
17
.github/workflows/nodejs.yml
vendored
17
.github/workflows/nodejs.yml
vendored
|
|
@ -23,6 +23,23 @@ jobs:
|
|||
run: npm install
|
||||
- name: Lint
|
||||
run: redrun fix:lint
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Typos Install
|
||||
run: cargo install typos-cli || echo 'already installed'
|
||||
|
||||
- name: Typos
|
||||
run: typos --write-changes
|
||||
|
||||
- name: Commit fixes
|
||||
uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue