ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

convert travis yml to github-actions yml #7

Closed ElijahSwiftIBM closed 1 year ago

ElijahSwiftIBM commented 1 year ago

Convert travis YAML to Github-Actions YAML

:bulb: Issue Reference

Issue: #2

lcarcaramo commented 1 year ago

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 dev branch to show whether the tests are passing for stuff that is being staged for release?

ElijahSwiftIBM commented 1 year ago

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 dev branch to show whether the tests are passing for stuff that is being staged for release?

Added the following to Readme file between Help and Authors:

## Build Status

![GitHub Actions Build Status](https://github.com/ambitus/pyracf/actions/workflows/.github-actions.yml/badge.svg?branch=dev)