Skip to content

fix: do not override config #2

fix: do not override config

fix: do not override config #2

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint with Black
uses: psf/[email protected]
with:
src: "./lib ./resources ./study ./util"
jupyter: true