Skip to content

feat: use @alma-cdk/construct-library custom Projen project type #4

feat: use @alma-cdk/construct-library custom Projen project type

feat: use @alma-cdk/construct-library custom Projen project type #4

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec projen".
name: sonarcloud-report
on:
push:
branches:
- main
- beta
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
sonarcloud-report:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: "10"
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "24"
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Run tests
run: pnpm run test
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}