Skip to content

Remove debian package python and pybind11 dependency #178

Remove debian package python and pybind11 dependency

Remove debian package python and pybind11 dependency #178

Workflow file for this run

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 }}