fix: prevent duplicate empty args in generated completions #10
shell-completions.yml
on: pull_request
Shell argv protocol
2m 18s
Annotations
2 errors and 1 warning
|
Shell argv protocol
Process completed with exit code 1.
|
|
tests/shell-empty-argv.test.ts > generated shell argv protocol > PowerShell sends the expected argv for every completion case:
tests/shell-empty-argv.test.ts#L489
AssertionError: expected '[powershell] root empty completion\nP…' to be '' // Object.is equality
- Expected
+ Received
+ [powershell] root empty completion
+ PowerShell did not send expected argv for case: root empty completion: expected [ '', '' ] to deeply equal [ '' ]
❯ tests/shell-empty-argv.test.ts:489:35
|
|
Shell argv protocol
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4.0.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|