Luke Tainton b1e12f1c63
Switch to reusable CI (#54)
* Switch to reusable CI

* Switch to reusable CI
2023-02-28 17:14:59 +00:00

20 lines
392 B
YAML

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