Remove debian package python and pybind11 dependency (#28) #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: | |
# Trigger analysis when pushing in master or pull requests, and when creating | |
# a pull request. | |
push: | |
branches: | |
- 'master' | |
- 'develop' | |
- 'release/*' | |
pull_request: | |
types: [opened, synchronize, reopened] | |
name: Sonar Workflow | |
jobs: | |
sonarcloud: | |
uses: usdot-fhwa-stol/actions/.github/workflows/sonar-scanner-cpp.yml@main | |
with: | |
sonar-project-key: usdot-fhwa-stol_carma-time-lib | |
build-image-tag: jammy | |
secrets: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
sonarcloud-token: ${{ secrets.SONAR_TOKEN }} |