Skip to content

Commit 989352f

Browse files
committed
feat: Add NOTICES.txt validation to CI workflow
fix: Update NOTICES.txt to reflect current dependencies
1 parent ccf8d0c commit 989352f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
- name: 'Install dependencies'
6767
run: 'npm ci'
6868

69+
- name: 'Validate NOTICES.txt'
70+
run: 'git diff --exit-code packages/vscode-ide-companion/NOTICES.txt'
71+
6972
- name: 'Check lockfile'
7073
run: 'npm run check:lockfile'
7174

.github/workflows/release-patch-1-create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
github-token: '${{ secrets.GITHUB_TOKEN }}'
6565

6666
- name: 'Install Script Dependencies'
67-
run: 'npm install yargs --no-package-lock'
67+
run: 'npm ci'
6868

6969
- name: 'Configure Git User'
7070
env:

0 commit comments

Comments
 (0)