merging updated roboluke #148

Closed
ds0407 wants to merge 15 commits from main into main
Showing only changes of commit ae91a0e32a - Show all commits

View File

@ -1,19 +0,0 @@
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
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}