Skip to content

Add dev-story for DataGrid density #96

Add dev-story for DataGrid density

Add dev-story for DataGrid density #96

Workflow file for this run

name: SonarCloud Code Analysis
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
- next
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}