Skip to content

update: remove pytest-cov dep #4

update: remove pytest-cov dep

update: remove pytest-cov dep #4

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