ci: reformat, reset branches & upgrade actions #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI - Reformat, Reset Branches & Upgrade Actions
Objective
Upgrade and reformat the CI pipeline without adding unnecessary jobs (such as unit tests).
Changes
actions/checkout
andactions/setup-python
, to their latest versions (v4
)..github/workflows/ci.yml
.Related Files
.github/workflows/ci.yml
: Focused only on upgrading actions and reformatting the existing workflow. No unit test jobs have been added at this stage.Summary by Sourcery
Upgrade and reformat the CI pipeline by updating actions to their latest versions, removing unnecessary code, and simplifying the workflow configuration.
CI: