21 lines
493 B
YAML
Raw Normal View History

2023-04-05 20:02:13 +01:00
name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
2023-06-04 10:24:27 +01:00
- "README.md"
- "LICENSE.md"
- ".gitignore"
2024-01-24 20:09:24 +00:00
- ".github/CODEOWNERS"
- ".github/renovate.json"
- ".github/dependabot.yml"
2023-04-05 20:02:13 +01:00
jobs:
2024-04-26 17:15:41 +01:00
ci:
2024-11-21 21:17:57 +00:00
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
2024-11-28 21:32:09 +00:00
with:
python_version: "3.13"
2023-06-11 14:27:35 +01:00
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2023-12-30 13:32:12 +00:00
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}