Skip to content

ci: migrate from CircleCI to GitHub Actions - #263

Open
paulschreiber wants to merge 1 commit into
mainfrom
ci/migrate-to-github-actions
Open

ci: migrate from CircleCI to GitHub Actions#263
paulschreiber wants to merge 1 commit into
mainfrom
ci/migrate-to-github-actions

Conversation

@paulschreiber

Copy link
Copy Markdown
Collaborator

Description

Replaces .circleci/config.yml with .github/workflows/test.yml, a matrix job (Python 3.9-3.14) that runs the same commands CircleCI did: tox -f pyXX for the Django/Wagtail test matrix and tox -e flake8 for linting. Verified locally that both tox invocations succeed against a matching Python 3.14 venv. Also swaps the README's CI badge from CircleCI to the new GitHub Actions workflow.

AI usage

Claude Code performed this migration.

Replaces .circleci/config.yml with .github/workflows/test.yml, a
matrix job (Python 3.9-3.14) that runs the same commands CircleCI did:
`tox -f pyXX` for the Django/Wagtail test matrix and `tox -e flake8`
for linting. Verified locally that both tox invocations succeed
against a matching Python 3.14 venv. Also swaps the README's CI badge
from CircleCI to the new GitHub Actions workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant