Skip to content

chore(release): 3.0.0 #29

chore(release): 3.0.0

chore(release): 3.0.0 #29

Workflow file for this run

name: 'Tests & Coverage'
on:
workflow_dispatch:
push:
branches: ['master']
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'synchronize']
jobs:
build:
name: 'Tests & Coverage'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}