Skip to content

chore(CODEOWNERS): change reach/blocks #2

chore(CODEOWNERS): change reach/blocks

chore(CODEOWNERS): change reach/blocks #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
sonarcloud:
name: Test and Code Quality Report (SonarCloud)
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}