There was an error while loading. Please reload this page.
1 parent 9798653 commit fe188d2Copy full SHA for fe188d2
1 file changed
.github/workflows/typescript.yml
@@ -5,13 +5,13 @@ on:
5
branches:
6
- master
7
paths:
8
- - 'vscode/**'
+ - ./'**'
9
- '.github/workflows/typescript.yml'
10
pull_request:
11
12
13
14
+ - './**'
15
16
workflow_dispatch:
17
@@ -35,7 +35,7 @@ jobs:
35
36
defaults:
37
run:
38
- working-directory: ./vscode
+ working-directory: ./
39
40
steps:
41
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
44
with:
45
node-version: ${{ matrix.node }}
46
cache: 'npm'
47
- cache-dependency-path: vscode/package-lock.json
+ cache-dependency-path: ./package-lock.json
48
49
- name: Install dependencies
50
run: npm ci
0 commit comments