[ca] CI cleanup - Format package-lock.json #11830
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
CI cleaner workflow detected and fixed formatting issues on the main branch.
Changes Made
✅ Formatting Fixed
actions/setup/js/package-lock.jsonwith prettier✅ Linters Passed
go fmtTest Status
JavaScript Tests (108 total failures):
collect_ndjson_output.test.cjs: 101 failures - Tests attempting to write to read-only/opt/gh-aw/safeoutputs/directorysafe_outputs_mcp_server_defaults.test.cjs: 6 failures - Same read-only filesystem issuesafe_outputs_tools_loader.test.cjs: 1 failure - Attempting to delete file in read-only directoryRoot Cause: Tests are running in GitHub Actions environment where
/opt/gh-aw/safeoutputs/is mounted as read-only, but tests expect to write validation files there.Go Tests (2 packages with failures):
pkg/cli: Multiple test failures related to expected environment variables and configuration changespkg/workflow: Multiple test failures related to handler configuration expectationsExamples:
TestBuildHandlerManagerStep: ExpectsGH_AW_SAFE_OUTPUTS_HANDLER_CONFIGenv var but it's not being setTestCopilotEngineRenderGitHubMCPConfig: MCP configuration format expectations don't match current implementationTestGenerateCopilotInstallerSteps: Version environment variable handling changedRoot Cause: Tests appear to be outdated relative to recent code changes in workflow compilation and handler configuration. Test expectations need to be updated to match current implementation.
Next Steps
CI Run
Verification Commands
All linting and formatting passed successfully:
Note: The title will be automatically prefixed with
[ca]by the safe-outputs system.