Skip to content

Commit 1ed536b

Browse files
committed
fix: pattern for lint ts files
1 parent 91fdc7e commit 1ed536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
**/*.ts
105105
**/*.js
106106
files_ignore: |
107-
lib/vscode
107+
lib/vscode/**
108108
109109
- name: Install Node.js v16
110110
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)