Skip to content

feat(asdf): Add asdf_plugin_remove #346

feat(asdf): Add asdf_plugin_remove

feat(asdf): Add asdf_plugin_remove #346

Workflow file for this run

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