mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
- name: Install Redrun
|
- name: Install Redrun
|
||||||
run: bun i redrun -g --no-save
|
run: bun i yarn redrun -g --no-save
|
||||||
- name: NPM Install
|
- name: NPM Install
|
||||||
run: npm i
|
run: yarn --no-lockfile
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: redrun lint
|
run: redrun lint
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
|
@ -11,7 +11,6 @@ jobs:
|
||||||
node-version:
|
node-version:
|
||||||
- 18.x
|
- 18.x
|
||||||
- 20.x
|
- 20.x
|
||||||
- 21.x
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: oven-sh/setup-bun@v1
|
- uses: oven-sh/setup-bun@v1
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,13 @@
|
||||||
"fontello.json"
|
"fontello.json"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"github/convert-npm-to-bun": "off"
|
"github/convert-npm-to-bun": "off",
|
||||||
|
"github/set-node-versions": ["on", {
|
||||||
|
"versions": [
|
||||||
|
"18.x",
|
||||||
|
"20.x"
|
||||||
|
]
|
||||||
|
}]
|
||||||
},
|
},
|
||||||
"match": {
|
"match": {
|
||||||
"base64": {
|
"base64": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue