-
Notifications
You must be signed in to change notification settings - Fork 6
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
ci: incorporate more style check and package build elements from Biocommons template #58
Conversation
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.
initial review before lunch
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' |
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.
labels: '' | |
labels: 'bug' |
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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.
Do we want to do the thing where they confirm "yes i've checked that an issue does not already exist"
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' |
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.
labels: '' | |
labels: 'enhancement' |
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" |
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.
We should use the python matrix for other versions
@korikuzma I'm a little hesitant to introduce more differences between this and the template? or maybe it doesn't matter tbh |
Progress on #23
Includes a
black
run, so lots of annoying diffs. Also moves more things over topyproject.toml
. Adds some GitHub cookie cutter things.