-
-
Couldn't load subscription status.
- Fork 679
Closed
Description
Follow-up from #30404 (Add pyright and pycodestyle checks as Github actions):
What is left to do is to add the integration of the github action output to trac. That can be done as follows:
- Sync trac branches to sagetrac-mirror (by post-commit hook)
- Activate github actions in the sagetrac-mirror github repo
- Add the following code to either the patchbot output or to the trac ticket header (next to the patchbot button)
<a href="https://github.com/sagemath/sagetrac-mirror/actions?query=workflow%3ALint+branch%3BRANCH"><img src="https://github.com/sagemath/sagetrac-mirror/workflows/Lint/badge.svg?branch=BRANCH&event=push"/></a>
Here BRANCH needs to be replaced by the branch.
Giving something similar to
As this requires rights to the github repo and trac config, I cannot do this and have to leave it to somebody else.
CC: @dimpase @fchapoton @embray
Component: website/wiki
Issue created by migration from https://trac.sagemath.org/ticket/30877