Move to Gitea
All checks were successful
Snyk / security (push) Successful in 54s

This commit is contained in:
2025-06-22 22:13:48 +01:00
parent 254ea66c1d
commit f76ba5682b
18 changed files with 786 additions and 4 deletions

19
.ARCHIVE/.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- 'CODEOWNERS'
- 'renovate.json'
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}