Skip to content

build(ci): Add verification that no script under functions/ directory… #75

build(ci): Add verification that no script under functions/ directory…

build(ci): Add verification that no script under functions/ directory… #75

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