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

Add linting workflow on push #38

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

teald
Copy link
Member

@teald teald commented Jul 31, 2024

This PR adds a new action that will execute on every push to ensure that pre-commit hooks (used for linting & various styling/maintenance things) will run on each commit at least once---even when someone does not have pre-commit installed.

This PR will close issue #30.

This will execute on every push. Assuming pre-commit has been configured correctly for the dev environment, this should have already been run when the commit was made locally for only the modified files.
@teald teald linked an issue Jul 31, 2024 that may be closed by this pull request
@teald teald merged commit 70dc3dd into main Jul 31, 2024
13 checks passed
@teald teald deleted the feature/workflow-to-enforce-lintingstyling branch July 31, 2024 17:25
@teald teald added the PyOpenSci Review Part of a PyOpenSci Review label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyOpenSci Review Part of a PyOpenSci Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Workflow to enforce linting/styling
1 participant