mirror of https://github.com/coder/code-server.git
fixup
This commit is contained in:
parent
97842c403d
commit
6c8261a161
|
@ -101,8 +101,8 @@ jobs:
|
||||||
uses: tj-actions/changed-files@v23.2
|
uses: tj-actions/changed-files@v23.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.sh
|
**/*.sh
|
||||||
*.bats
|
**/*.bats
|
||||||
|
|
||||||
- name: Install Node.js v16
|
- name: Install Node.js v16
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"_audit": "./ci/dev/audit.sh",
|
"_audit": "./ci/dev/audit.sh",
|
||||||
"fmt": "./ci/dev/fmt.sh",
|
"fmt": "./ci/dev/fmt.sh",
|
||||||
"lint:sh": "shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files '*.sh' | grep -v 'lib/vscode')",
|
"lint:sh": "shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files '*.sh' | grep -v 'lib/vscode')",
|
||||||
"lint:ts": "eslint --max-warnings=0 --fix $(git ls-files '*.ts' '*.tsx' '*.js' | grep -v 'lib/vscode')",
|
"lint:ts": "eslint --max-warnings=0 --fix $(git ls-files '*.ts' '*.js' | grep -v 'lib/vscode')",
|
||||||
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
|
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
|
||||||
"typecheck": "tsc -p tsconfig.json --noEmit --skipLibCheck",
|
"typecheck": "tsc -p tsconfig.json --noEmit --skipLibCheck",
|
||||||
"ci": "./ci/dev/ci.sh",
|
"ci": "./ci/dev/ci.sh",
|
||||||
|
|
Loading…
Reference in New Issue