mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
chore: lint
This commit is contained in:
parent
81a6b18165
commit
2fc241a9fa
3 changed files with 9 additions and 4 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -17,9 +17,9 @@ jobs:
|
|||
with:
|
||||
node-version: 18.x
|
||||
- name: Install Redrun
|
||||
run: bun i redrun -g --no-save
|
||||
run: bun i yarn redrun -g --no-save
|
||||
- name: NPM Install
|
||||
run: npm i
|
||||
run: yarn --no-lockfile
|
||||
- name: Lint
|
||||
run: redrun lint
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue