Skip to content

ci: try a simple ci.yaml (experiment) #116

ci: try a simple ci.yaml (experiment)

ci: try a simple ci.yaml (experiment) #116

Workflow file for this run

name: Lint (black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable