Skip to content

refactor: standardize repo structure and other prep for open-sourcing… #111

refactor: standardize repo structure and other prep for open-sourcing…

refactor: standardize repo structure and other prep for open-sourcing… #111

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
version: "~= 22.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1