Skip to content

Added Linux as a pre-req, and link for Windows users to go get WSL. (… #115

Added Linux as a pre-req, and link for Windows users to go get WSL. (…

Added Linux as a pre-req, and link for Windows users to go get WSL. (… #115

Workflow file for this run

name: Format CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout actions
uses: actions/checkout@v3
- name: Run black
uses: psf/black@stable
with:
options: "--check --diff --color"
src: "."