Skip to content

Merge pull request #12 from usdot-fhwa-stol/10-wait_for_initializatio… #97

Merge pull request #12 from usdot-fhwa-stol/10-wait_for_initializatio…

Merge pull request #12 from usdot-fhwa-stol/10-wait_for_initializatio… #97

Workflow file for this run

on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
# branches:
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
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonarcloud-token: ${{ secrets.SONAR_TOKEN }}