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 CI Job #3

Merged
merged 2 commits into from Dec 7, 2021
Merged

Add CI Job #3

merged 2 commits into from Dec 7, 2021

Conversation

BenGalewsky
Copy link
Contributor

Problem

The repository doesn't test or publish a docker image

Approach

Added a GitHub action to at least run flake8 on all pushes and PRs - also builds a docker image, tagged with the branch name and pushes to DockerHub

test:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]

python3.6 dies in 2 weeks 3 days...

@Michael-D-Johnson Michael-D-Johnson merged commit 29dee6a into main Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants