Skip to content

Commit 95ddd01

Browse files
authored
Merge pull request #11 from fnk0c/chore/standardize-ci-workflow
Chore/standardize ci workflow
2 parents f91320a + 0fa0037 commit 95ddd01

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/default.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@ permissions:
1717
security-events: 'write'
1818

1919
jobs:
20-
ci:
21-
uses: 'rios0rios0/pipelines/.github/workflows/python.yaml@main'
22-
23-
docker:
24-
uses: 'rios0rios0/pipelines/.github/workflows/python-docker.yaml@main'
20+
default:
21+
uses: 'rios0rios0/pipelines/.github/workflows/pdm-docker.yaml@main'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
2626

2727
### Changed
2828

29+
- changed CI workflow to use a single `pdm-docker.yaml` call instead of separate `python.yaml` + `python-docker.yaml` jobs, matching the standard pipeline composition pattern
2930
- updated required Python version from `3.9` to `3.13.12`
3031
- updated safety version from `3.0.1` to `3.5.1` to address vulnerabilities
3132
- updated build backend from deprecated `pdm-pep517` to `pdm-backend`

0 commit comments

Comments
 (0)