Files
6to4_converter/.archive/.github_archived/workflows/ci.yml
Luke Tainton b2d1d88cb1
All checks were successful
Snyk / security (push) Successful in 44s
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Successful in 1m26s
gitea
2026-01-04 10:04:12 +00:00

20 lines
415 B
YAML

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 }}