Skip to content

[CES-155] Updated static_analysis.yaml with new action and pre-commit updated #38

[CES-155] Updated static_analysis.yaml with new action and pre-commit updated

[CES-155] Updated static_analysis.yaml with new action and pre-commit updated #38

Workflow file for this run

name: Continuous Integration on cgn
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- "src/domains/cgn/**"
- ".github/workflows/cgn_**"
jobs:
code_review_prod:
uses: ./.github/workflows/call_code_review.yaml
name: Terraform Plan
secrets: inherit
with:
environment: prod
dir: "src/domains/cgn/prod"
use_private_agent: true