aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-06-07update build workflow to go1.18Brandon Lum
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
2022-03-13Fix pulling main branch for code coverageSteve Winslow
After the branch renaming from 'master' to 'main' in 0.2.0 per #69, the tests were being run by GitHub Actions on the 'main' branch. However, the code coverage tooling appears to still have been pulling the old 'master' branch and therefore was not including later changes such as the new JSON code. This PR fixes this by changing the branch name in the GitHub Actions config file. Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-06-14Fix badge for GitHub ActionsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-06-13Add triggers to actionSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-06-13Change CI from Travis to GitHub ActionsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>