andrewmusselman commented on issue #486: URL: https://github.com/apache/tooling-trusted-releases/issues/486#issuecomment-3782123815
> * How to run lints and other pre-commit checks Covered in https://github.com/apache/tooling-trusted-releases/pull/565 ``` DEVELOPMENT.md lines 123-133: uv run pre-commit --frozen install and make check / make check-light DEVELOPMENT.md lines 154-155: Make targets table CONTRIBUTING.md lines 37-40, 55-59, 123-124: Same info ``` > * How to run the new test containers (presently undocumented in our test page) Also covered, unless this is something else ``` running-and-creating-tests.md lines 68-141: "Running end-to-end tests" section covers tests/run-e2e.sh, debugging, and resetting state DEVELOPMENT.md line 140: sh tests/run-e2e.sh CONTRIBUTING.md lines 120-121: Same ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
