Skip to content

feat: generate product FAQs from Nemotron #112

feat: generate product FAQs from Nemotron

feat: generate product FAQs from Nemotron #112

Workflow file for this run

name: SonarQube Analysis
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
sonarqube:
uses: NVIDIA-AI-Blueprints/sonarqube-workflows/.github/workflows/sonarqube-reusable-template.yml@main

Check failure on line 12 in .github/workflows/sonarqube.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonarqube.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sonarqube.yml" -> "NVIDIA-AI-Blueprints/sonarqube-workflows/.github/workflows/sonarqube-reusable-template.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
# Project identification
organization: TEGRASW
team: Retail
product: Retail-Catalog-Enrichment
scmRepoName: Retail-Catalog-Enrichment
# TODO: Add scmRepoUrl once Jenkins job supports GitHub URLs
# scmRepoUrl: https://github.com/NVIDIA-AI-Blueprints/Retail-Catalog-Enrichment
# Project tags for tracking
projectTags: CreatedBy-automation,WorkflowContact-blueprintsSre
# Language and testing
language: python
# testCommand not needed - workflow auto-detects uv.lock and runs:
# uv run pytest tests/ --cov=src --cov-report=xml
secrets: inherit