webexmemebot/.github/workflows/ci.yml

21 lines
493 B
YAML
Raw Normal View History

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