Skip to content

Add a CWE array to the support #309 (#310) #120

Add a CWE array to the support #309 (#310)

Add a CWE array to the support #309 (#310) #120

Workflow file for this run

name: Black formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Black formatting for Python scripts
uses: psf/black@stable
with:
options: --check --diff --verbose
src: .