mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
fix: Improve patch workflow and update NOTICES.txt (#11623)
This commit is contained in:
@@ -66,6 +66,9 @@ jobs:
|
|||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: 'npm ci'
|
run: 'npm ci'
|
||||||
|
|
||||||
|
- name: 'Validate NOTICES.txt'
|
||||||
|
run: 'git diff --exit-code packages/vscode-ide-companion/NOTICES.txt'
|
||||||
|
|
||||||
- name: 'Check lockfile'
|
- name: 'Check lockfile'
|
||||||
run: 'npm run check:lockfile'
|
run: 'npm run check:lockfile'
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|
||||||
- name: 'Install Script Dependencies'
|
- name: 'Install Script Dependencies'
|
||||||
run: 'npm install yargs --no-package-lock'
|
run: 'npm ci'
|
||||||
|
|
||||||
- name: 'Configure Git User'
|
- name: 'Configure Git User'
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user