Skip to content

Add GitHub Actions CI#6

Merged
SupraSummus merged 3 commits intomainfrom
copilot/setup-simple-ci-gh-actions
Mar 2, 2026
Merged

Add GitHub Actions CI#6
SupraSummus merged 3 commits intomainfrom
copilot/setup-simple-ci-gh-actions

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

Adds a simple CI pipeline via GitHub Actions that runs on every push and pull request.

Workflow steps

  • Lint with flake8
  • Test with pytest

Notes

  • Python 3.13
  • Poetry installed via pipx install poetry with dependency cache enabled via setup-python cache: 'poetry'
  • GITHUB_TOKEN scoped to contents: read

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up simple CI using GitHub Actions Add GitHub Actions CI Mar 2, 2026
@SupraSummus SupraSummus marked this pull request as ready for review March 2, 2026 13:35
@SupraSummus
Copy link
Member

Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 2, 2026

@copilot use py 3.13 and modern setup python. see https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages

Done in a60e923. Switched to Python 3.13 and the modern caching approach from the docs: Poetry is now installed first via pipx install poetry, then setup-python runs with cache: 'poetry' — removing the need for snok/install-poetry.

@SupraSummus SupraSummus merged commit 0d73d69 into main Mar 2, 2026
2 checks passed
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.

2 participants