2022-07-10 14:57:40 +01:00
|
|
|
name: CI
|
|
|
|
on:
|
2024-04-27 19:07:39 +01:00
|
|
|
pull_request:
|
|
|
|
types: [opened, synchronize, reopened]
|
|
|
|
paths-ignore:
|
2024-12-25 09:58:19 +00:00
|
|
|
- "README.md"
|
|
|
|
- "LICENSE.md"
|
|
|
|
- ".gitignore"
|
|
|
|
- ".github/CODEOWNERS"
|
|
|
|
- ".github/renovate.json"
|
|
|
|
- ".github/dependabot.yml"
|
2022-07-10 14:57:40 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
ci:
|
2024-12-25 09:58:19 +00:00
|
|
|
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry.yml@main
|
|
|
|
with:
|
|
|
|
python-version: 3.11
|
|
|
|
secrets:
|
|
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
|
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|