feat: Add NOTICES.txt validation to CI workflow

fix: Update NOTICES.txt to reflect current dependencies
This commit is contained in:
mkorwel
2025-10-21 16:17:25 -07:00
parent ccf8d0ca31
commit 989352f557
2 changed files with 4 additions and 1 deletions
@@ -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: