feat(mac): Add script to check whether asdf plugins exist for an inst… #311
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
name: SonarQube Analysis | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- feature/* | |
paths-ignore: | |
- "**/*.md" | |
jobs: | |
sonar: | |
uses: kpatryk/workflows/.github/workflows/sonar.yml@v0.1.0 | |
with: | |
os: ubuntu-latest | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |