Skip to content

osa_tool recommendations #2

osa_tool recommendations

osa_tool recommendations #2

Workflow file for this run

name: Black Formatter
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Black
uses: psf/black@stable
with:
jupyter: 'false'
options: --check --diff
src: .