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 check-semantic-version GitHub action #76

Merged
merged 21 commits into from
Sep 29, 2022

Conversation

cortadocodes
Copy link
Member

@cortadocodes cortadocodes commented Sep 29, 2022

Summary

Add a GitHub action utilising the check-semantic-version CLI that can be easily used in GitHub workflows.

Contents (#76)

New features

  • Add check-semantic-version GitHub action

Operations

  • Use latest setup-python action in workflows
  • Use check-semantic-version GitHub action in python-ci workflow
  • Add build-docker-image workflow
  • Add testing and docker build/push to release workflow

Other

  • Update example workflow with check-semantic-version GHA

@cortadocodes cortadocodes self-assigned this Sep 29, 2022
@cortadocodes cortadocodes linked an issue Sep 29, 2022 that may be closed by this pull request
@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from 61f0a6e to 8cf15f8 Compare September 29, 2022 15:00
@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2022

Codecov Report

Merging #76 (b80792e) into main (360f1b3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files           4        4           
  Lines         301      301           
=======================================
  Hits          291      291           
  Misses         10       10           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from 90a6a06 to 2614523 Compare September 29, 2022 15:09
@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from 0b6eb0f to b80792e Compare September 29, 2022 16:14
@cortadocodes cortadocodes changed the title Add GitHub actions Add check-semantic-version GitHub action Sep 29, 2022
@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from 0233210 to 6809efc Compare September 29, 2022 16:37
@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from 86202d0 to ec87df6 Compare September 29, 2022 16:54
@cortadocodes cortadocodes force-pushed the feature/add-github-actions branch from ec87df6 to 4a83744 Compare September 29, 2022 16:57
@cortadocodes cortadocodes merged commit df60f53 into main Sep 29, 2022
@cortadocodes cortadocodes deleted the feature/add-github-actions branch September 29, 2022 16:58
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.

Implement a set of Github Actions
2 participants