-
Notifications
You must be signed in to change notification settings - Fork 18
Add pre commit checks #19
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 pre commit checks #19
Conversation
…ultiple-python-versions
…ultiple-python-versions
I'm not the best at CI/CD so might need @paveldudka to stamp this. |
.github/workflows/precommits.yml
Outdated
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
branches: [main, release] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we do it for other repos, but we shouldn't. We actually wanna run precommit checks on any branch. So let's remove this
branches: [main, release] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see, thanks for catching this.
No description provided.