Skip to content

fix(build): 🐛 resolve type errors blocking production build #254

fix(build): 🐛 resolve type errors blocking production build

fix(build): 🐛 resolve type errors blocking production build #254

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened]
name: PR Static Code Analysis
jobs:
static-code-analysis:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v2.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectKey=aelfscan-web