convert travis yml to github-actions yml - #7
Merged
Merged
Conversation
scrub travis syntax from github actions Signed-off-by: Elijah Swift<elijah.swift@ibm.com>
lcarcaramo
reviewed
Aug 14, 2023
lcarcaramo
reviewed
Aug 14, 2023
Member
|
The other suggestion I have is to add a build status badge to the readme: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge Maybe it would be good to point it specifically to the |
Collaborator
Author
Added the following to Readme file between Help and Authors: |
change pip and python -m pip to python3 -m pip split Lint, unit test and coverage to 3 discrete steps add build status badge for dev branch to repo readme Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
ElijahSwiftIBM
force-pushed
the
github-actions
branch
from
August 14, 2023 20:10
038fe60 to
0dd203c
Compare
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
-Follow better naming convention -Move GitHub Actions Badge Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
lcarcaramo
reviewed
Aug 15, 2023
lcarcaramo
reviewed
Aug 15, 2023
Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
lcarcaramo
reviewed
Aug 15, 2023
-split linting into separate steps -remove unnecessary newlines Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
lcarcaramo
approved these changes
Aug 15, 2023
This file contains hidden or 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
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.
Convert travis YAML to Github-Actions YAML
💡 Issue Reference
Issue: #2