Skip to content

Add test and lint Actions #2

Add test and lint Actions

Add test and lint Actions #2

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint with Black
uses: psf/black@stable