Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Use pre-commit for linting in GitHub Actions Workflow #768

Open
6 of 7 tasks
oliverholworthy opened this issue Dec 15, 2022 · 0 comments
Open
6 of 7 tasks
Assignees
Labels
chore Infrastructure update ci

Comments

@oliverholworthy
Copy link
Member

oliverholworthy commented Dec 15, 2022

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.

@oliverholworthy oliverholworthy added chore Infrastructure update ci labels Dec 15, 2022
@oliverholworthy oliverholworthy self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Infrastructure update ci
Projects
None yet
Development

No branches or pull requests

1 participant