Skip to content

Commit fe188d2

Browse files
committed
fix eslint CI
1 parent 9798653 commit fe188d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/typescript.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'vscode/**'
8+
- ./'**'
99
- '.github/workflows/typescript.yml'
1010
pull_request:
1111
branches:
1212
- master
1313
paths:
14-
- 'vscode/**'
14+
- './**'
1515
- '.github/workflows/typescript.yml'
1616
workflow_dispatch:
1717

@@ -35,7 +35,7 @@ jobs:
3535

3636
defaults:
3737
run:
38-
working-directory: ./vscode
38+
working-directory: ./
3939

4040
steps:
4141
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
node-version: ${{ matrix.node }}
4646
cache: 'npm'
47-
cache-dependency-path: vscode/package-lock.json
47+
cache-dependency-path: ./package-lock.json
4848

4949
- name: Install dependencies
5050
run: npm ci

0 commit comments

Comments
 (0)