Skip to content

Add PR Template and General Issue Template for Issue #179 #455

Add PR Template and General Issue Template for Issue #179

Add PR Template and General Issue Template for Issue #179 #455

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."