-
Notifications
You must be signed in to change notification settings - Fork 5
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
convert travis yml to github-actions yml #7
Conversation
scrub travis syntax from github actions Signed-off-by: Elijah Swift<elijah.swift@ibm.com>
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 |
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>
038fe60
to
0dd203c
Compare
-Follow better naming convention -Move GitHub Actions Badge Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
-split linting into separate steps -remove unnecessary newlines Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
Convert travis YAML to Github-Actions YAML
💡 Issue Reference
Issue: #2