Archived
1
0

fix: pattern for lint ts files

This commit is contained in:
Joe Previte 2022-09-22 10:39:46 -07:00
parent 91fdc7e2a4
commit 1ed536bde9
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -104,7 +104,7 @@ jobs:
**/*.ts
**/*.js
files_ignore: |
lib/vscode
lib/vscode/**
- name: Install Node.js v16
if: steps.changed-files.outputs.any_changed == 'true'