Skip to content

feat: add Lighthouse CI for quality scoring #1

feat: add Lighthouse CI for quality scoring

feat: add Lighthouse CI for quality scoring #1

Workflow file for this run

name: SonarCloud
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}