Skip to content

feat: implement automated testing #3

feat: implement automated testing

feat: implement automated testing #3

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