This commit is contained in:
Luke Tainton 2024-04-27 19:07:39 +01:00
parent 213315cf93
commit 6510b3b5a8
No known key found for this signature in database

View File

@ -1,11 +1,16 @@
name: CI
on:
workflow_call:
secrets:
SONAR_TOKEN:
required: true
SNYK_TOKEN:
required: true
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- 'CODEOWNERS'
- 'renovate.json'
- '.github/'
jobs:
ci: