MichaelCurrin / py-project-template

Starter template for a Python app - including CI and docs 🐍 🌠
https://michaelcurrin.github.io/py-project-template/
MIT License
7 stars 3 forks source link

Update build passing to reference branches #4

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

This may not be possible - you might have to fix a branch.

Still look at Python build vs Github workflow build for other projects.

Consider that Actions own badges on better long term than shields.io. The Actions one requires referencing a workflow by name rather than path name.

MichaelCurrin commented 4 years ago

Pre-commit hook is suggested here: https://github.com/github/markup/issues/913