1 commento (1 commento)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Python909 fork (909 fork)batch import
PR welcomegood first issue
Metriche repository
- Star
- 6628 stelle (6628 stelle)
- Metriche merge PR
- Merge medio 51g 7h (Merge medio 51g 7h)16 PR mergiate in 30 g (16 PR mergiate in 30 g)
Descrizione
After #634, we can add a style check job in CI to complement https://pre-commit.ci and the pre-commit hooks we have, running on PRs.
Guida contributor
- Direzione di ricerca
- First, review issue #634 to understand the context and the existing pre commit hooks. Then, examine the current CI workflows in the .github/workflows/ directory to see the structure and naming patterns. Create a new workflow file that runs style checks (e.g., flake8 or black) on PRs, ensuring it complements the pre commit.ci integration. The workflow should be triggered on pull requests and should run the same checks as the pre commit hooks.
- Tech stack
- pythongithub actions
- Dominio
- ci cddevops
- Tipo issue
- Funzionalità
- Prerequisiti
- Read issue #634GitHub Actions basicspre commit knowledge