DocHub-ULB / DocHub

A student platform for ULB focused on real student collaboration
https://dochub.be
GNU Affero General Public License v3.0
46 stars 14 forks source link

Use the pre-commit/action github action instead of doing it by hand #266

Closed C4ptainCrunch closed 2 years ago

C4ptainCrunch commented 2 years ago

We were running pre-commit run --all "manually" as a step in GitHub actions. This is not desirable. Good catch by @Mortinat ! This PR uses the dedicated pre-commit/action github action instead

This will:

image

Edit: confirmation: 34s pour avoir le retour du job de pre-commit (et 50s en moins dans le job de tests)