roboluke-tasks/.github/workflows/ci.yml

21 lines
491 B
YAML
Raw Normal View History

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