Skip to content

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows #7

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows

Implement comprehensive CI/CD pipeline with automated quality checks and deployment workflows #7

Workflow file for this run

name: Code Quality
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trufflehog:
uses: ./.github/workflows/truffle-hog.yml
virus-scan:
uses: ./.github/workflows/virus-scan.yml