Update ci-python.yml

This commit is contained in:
Luke Tainton 2023-02-28 16:38:12 +00:00 committed by GitHub
parent a3b47bd1c2
commit 8d1936a174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Python CI
on:
workflow_call:
inputs:
sonar_token:
required: true
type: string
jobs:
ci: