Skip to content

Add yaml linter (#291) #1

Add yaml linter (#291)

Add yaml linter (#291) #1

Workflow file for this run

---
name: Python Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
jupyter: true
version: "23.1"