-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cortadocodes
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 15:00
61f0a6e
to
8cf15f8
Compare
Codecov Report
@@ 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
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 15:09
90a6a06
to
2614523
Compare
… GHA" This reverts commit 06c70b8.
cortadocodes
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 16:14
0b6eb0f
to
b80792e
Compare
cortadocodes
changed the title
Add GitHub actions
Add Sep 29, 2022
check-semantic-version
GitHub action
cortadocodes
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 16:37
0233210
to
6809efc
Compare
cortadocodes
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 16:54
86202d0
to
ec87df6
Compare
cortadocodes
force-pushed
the
feature/add-github-actions
branch
from
September 29, 2022 16:57
ec87df6
to
4a83744
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add a GitHub action utilising the
check-semantic-version
CLI that can be easily used in GitHub workflows.Contents (#76)
New features
check-semantic-version
GitHub actionOperations
setup-python
action in workflowscheck-semantic-version
GitHub action inpython-ci
workflowbuild-docker-image
workflowrelease
workflowOther
check-semantic-version
GHA