Skip to content

feat: Add "security checks" reusable workflow #40

feat: Add "security checks" reusable workflow

feat: Add "security checks" reusable workflow #40

Workflow file for this run

name: CI
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches: ["main"]
jobs:
python_checks:
name: Python checks
uses: ./.github/workflows/reusable_python_checks.yml
sec_checks:
name: Security checks
uses: ./.github/workflows/reusable_sec_checks.yml