Some checks failed
Release / Publish to PyPI (push) Has been skipped
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Build Wheel File (push) Has been skipped
Release / Test (push) Failing after 4s
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 2m20s
Security / snyk (push) Successful in 1m35s
Reviewed-on: #310
21 lines
479 B
YAML
21 lines
479 B
YAML
name: CI
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
paths-ignore:
|
|
- "README.md"
|
|
- "LICENSE.md"
|
|
- ".gitignore"
|
|
- ".github/CODEOWNERS"
|
|
- ".github/renovate.json"
|
|
- ".github/dependabot.yml"
|
|
|
|
jobs:
|
|
ci:
|
|
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 }}
|