summaryrefslogtreecommitdiff
path: root/.github/workflows/static_checks.yml
AgeCommit message (Collapse)Author
2020-08-23GitHub Actions: Prepend emoji to platform names for easy visual greppingHugo Locurcio
2020-08-11CI: Properly exclude Azure repositories on UbuntuRémi Verschelde
Nuke all the pre-defined repos, we just need stock Ubuntu.
2020-07-26CI: Install master version of psf/blackRémi Verschelde
Until https://github.com/psf/black/pull/1328 makes it in a stable release, we have to use the latest from Git. Apply new style fixes done by latest black.
2020-07-21Split CI builds into workflows for each OSAaron Franke
2020-07-15added MacOS and Linux to GitHub ActionsGordon MacPherson
2020-07-14Globally install Python libraries in GitHub ActionsAaron Franke
Otherwise it uses ~/.local/bin which GitHub doesn't include in PATH
2020-07-13Add static formatting checks for GitHub ActionsAaron Franke