Skip to content

Commit 5314644

Browse files
Fix some syntax warnings.
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 89a1cf6 commit 5314644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "main"
1010
workflow_dispatch:
1111

12-
env:
12+
env:
1313
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1414

1515
jobs:
@@ -76,16 +76,16 @@ jobs:
7676
npm run test:coverage
7777
7878
- name: Upload Coverage
79-
if: |
80-
runner.os == 'Linux' &&
79+
if: |
80+
runner.os == 'Linux' &&
8181
env.CODECOV_TOKEN != ''
8282
uses: codecov/codecov-action@v4
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: ./coverage.xml
8686
fail_ci_if_error: true
8787
verbose: true
88-
88+
8989
- name: vsce package
9090
if: runner.os == 'Linux'
9191
env:

0 commit comments

Comments
 (0)