Skip to content

Feat/vanilla ae refactor #1097

Feat/vanilla ae refactor

Feat/vanilla ae refactor #1097

Workflow file for this run

name: Lint
on:
push:
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main", "release/*" ]
jobs:
black:
name: Black format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "~= 23.3"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: "0.0.275"