feat: switch to Poetry

This commit is contained in:
2024-11-21 21:17:57 +00:00
parent 1ee89e28e9
commit 968ec8eb77
6 changed files with 938 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python-with-docker.yml@main
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}