Skip to content

feat: move test type to its own package (#208) #159

feat: move test type to its own package (#208)

feat: move test type to its own package (#208) #159

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}