Skip to content

Draft: Refactor GitHub Actions workflows #1432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 25, 2025
Merged

Draft: Refactor GitHub Actions workflows #1432

merged 9 commits into from
May 25, 2025

Conversation

tleonhardt
Copy link
Member

Refactor GitHub Actions workflows,

Changes include:

  • Only run on PR creation/change or merge to master branch (stop running on pushes to random branches)
  • Combine lint and format checks into one Quality workflow which is based on running pre-commit so it includes additional formatters
  • Rename build workflow to tests and change how coverage data gets uploaded to codecov
  • Rename mypy workflow to typecheck and also make sure to run it for every version of Python as type support varies

Changes include:
- Only run on PR creation/change or merge to master branch (stop running on pushes to random branches)
- Combine lint and format checks into one Quality workflow which is based on running pre-commit so it includes additional formatters
- Rename build workflow to tests and change how coverage data gets uploaded to codecov
- Rename mypy workflow to typecheck and also make sure to run it for every version of Python as type support varies
@tleonhardt tleonhardt changed the title Refactor GitHub Actions workflows Draft: Refactor GitHub Actions workflows May 25, 2025
@tleonhardt tleonhardt self-assigned this May 25, 2025
@tleonhardt tleonhardt merged commit 25612d0 into master May 25, 2025
28 checks passed
@tleonhardt tleonhardt deleted the github-actions branch May 25, 2025 20:28
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