fix: Improve patch workflow and update NOTICES.txt (#11623)

This commit is contained in:
matt korwel
2025-10-21 16:45:32 -07:00
committed by GitHub
parent ccf8d0ca31
commit 465f97a528
2 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ jobs:
- name: 'Install dependencies'
run: 'npm ci'
- name: 'Validate NOTICES.txt'
run: 'git diff --exit-code packages/vscode-ide-companion/NOTICES.txt'
- name: 'Check lockfile'
run: 'npm run check:lockfile'

View File

@@ -64,7 +64,7 @@ jobs:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: 'Install Script Dependencies'
run: 'npm install yargs --no-package-lock'
run: 'npm ci'
- name: 'Configure Git User'
env: