mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore: lint
This commit is contained in:
parent
4b9267f375
commit
ea929465a8
29 changed files with 42 additions and 19 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
with:
|
||||
node-version: 16.x
|
||||
- name: Install Redrun
|
||||
run: npm i redrun -g
|
||||
run: bun i redrun -g --no-save
|
||||
- name: NPM Install
|
||||
run: npm install
|
||||
run: bun i --no-save
|
||||
- name: Lint
|
||||
run: redrun lint
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue