mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
b28a070a28
commit
5c19ddba61
14 changed files with 33 additions and 8 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
node-version:
|
||||
- 22.x
|
||||
- 24.x
|
||||
- 25.6.1
|
||||
- 25.x
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: bun i --no-save
|
||||
- name: Lint
|
||||
run: redrun fix:lint
|
||||
- uses: actions/cache@v4
|
||||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue