You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using pre-commit in projects for linting in our local commits. However, we've been running checks using a different mechanism in our GitHub actions workflows.
Updating to use pre-commit in a GitHub Actions workflow ensures that the checks we run locally are consistent with the ones we run in CI. Reducing the risk of version discrepancies in CI and Local development.
Description
We have been using pre-commit in projects for linting in our local commits. However, we've been running checks using a different mechanism in our GitHub actions workflows.
Updating to use pre-commit in a GitHub Actions workflow ensures that the checks we run locally are consistent with the ones we run in CI. Reducing the risk of version discrepancies in CI and Local development.
Usability improvements for repo setup models#106
Add lint workflow using pre-commit dataloader#55
Add lint workflow to run pre-commit on all files Transformers4Rec#545
Use pre-commit for lint checks in GitHub Actions Workflow NVTabular#1723
Use pre-commit for linting in GitHub Actions Workflow core#184
Use pre-commit for linting in GitHub Actions Workflow systems#254
The text was updated successfully, but these errors were encountered: