Skip to content

- test actions with new checkout logic #31

- test actions with new checkout logic

- test actions with new checkout logic #31

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint with black
uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
jupyter: true