The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: b888012bdd9a6a755cf6851fd214794bf293a4ff / Jarek Potiuk <[email protected]> Add more prominent message explaining what to do when static checks fail (#31813) Pre-commit prints a useful message when static check changes ``` Update ER diagram..................................................................Passed pre-commit hook(s) made changes. If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`. To run `pre-commit` as part of git workflow, use `pre-commit install`. All changes made by hooks: ``` But it is not highglighted in any way in the CI output and it might be missed when users are not familiar with pre-commit. We repeat the message and add more detailed instructions what to do (Including helpful `breeze static-checks --only-my-changes` commamnd that helps to run static checks faster. We do it also in the way that will be more prominently displayed at the end of the output and highlighted. We can point the user to follow those instructions if they ask rather than explain them to look at CONTRIBUTING guide. Report URL: https://github.com/apache/airflow/actions/runs/5220568162 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
