aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-test-deploy.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Ensure that flake8 runs on PR changesGravatar Sebastiaan Zeeff2020-11-19-172/+0
| | | | | | | | | | | | Unfortunately, the way we previously set up our workflow caused flake8 to run on code already committed to master, not the changes made in a PR, because it ran in the context of the target branch. This is obviously useless when it comes to protecting our codebase from linting errors. I've now set up flake8 in a different way, using Workflow Commands to create error annotions. I've also split up the workflow into two separate workflows.
* Bump version down to 3.8Gravatar Leon Sandøy2020-11-15-1/+1
|
* Update build flow to deploy to KubernetesGravatar Joe Banks2020-11-15-0/+172