Skip to content

Split sanity test into functionality and security for test time reduction #7748

Split sanity test into functionality and security for test time reduction

Split sanity test into functionality and security for test time reduction #7748

Workflow file for this run

name: dlc-format-check
on: [pull_request]
jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]
with:
options: "--check --verbose -l 100"