aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-11-19Add comment explaining buildx to workflowGravatar Sebastiaan Zeeff-0/+6
It's better to document these steps. Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-11-18Use GHCR image tags in PipfileGravatar Sebastiaan Zeeff-2/+2
Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-11-18Update badges in README to new workflowsGravatar Sebastiaan Zeeff-1/+7
Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-11-18Make sure we lint the actual pull requestGravatar Sebastiaan Zeeff-55/+64
Unfortunately, our old setup did not actually lint the PR, as it was running in the context of the target repository. To sidestep the issue of using `pull_request_target` altogether, I've now changed our run of flake8 to using it directly and having it output its errors in teh format of Workflow Commands. This means that our flake8 output will not be translated automatically in annotations for the run. In addition, I've split up the workflow into two separate files: one for linting & testing and one for building (& deploying). Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-11-18Pull snekbox image from GHCR in docker-composeGravatar Sebastiaan Zeeff-1/+1
We're in the process of migrating snekbox to the GitHub Container Repository, which will replace DockerHub. I've changed docker-compose to reflect that change. Signed-off-by: Sebastiaan Zeeff <[email protected]>
2020-11-15Update config options with new hostsGravatar Joe Banks-2/+2
2020-11-15Add deploy steps to GitHub ActionsGravatar Joe Banks-0/+14