Skip to content

131 generate completeness reports #287

131 generate completeness reports

131 generate completeness reports #287

Workflow file for this run

name: Linting
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: Run black linting
steps:
- uses: actions/checkout@v4
- name: Lint
uses: psf/[email protected]
with:
options: "--check --verbose sar_pipeline"