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:
|
|
|
|
uses: luketainton/gha-workflows/.github/workflows/ci-python-with-docker.yml@main
|
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 }}
|