Skip to content

EREGCSC-2922-F Temporarily remove custom SSL cert requirement for CDK in prod #8299

EREGCSC-2922-F Temporarily remove custom SSL cert requirement for CDK in prod

EREGCSC-2922-F Temporarily remove custom SSL cert requirement for CDK in prod #8299

Workflow file for this run

name: Ruff
on: [ push, pull_request, workflow_dispatch ]
jobs:
ruff:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./solution"
args: "check --preview"