mirror of https://github.com/coder/code-server.git
fix: pattern for lint ts files
This commit is contained in:
parent
91fdc7e2a4
commit
1ed536bde9
|
@ -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 New Issue