mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
fix: pattern for lint ts files
This commit is contained in:
parent
91fdc7e2a4
commit
1ed536bde9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
**/*.ts
|
**/*.ts
|
||||||
**/*.js
|
**/*.js
|
||||||
files_ignore: |
|
files_ignore: |
|
||||||
lib/vscode
|
lib/vscode/**
|
||||||
|
|
||||||
- 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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue