Skip to content

Pin max idasen version to 0.11.0 #74

Pin max idasen version to 0.11.0

Pin max idasen version to 0.11.0 #74

Workflow file for this run

name: Lint
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jpetrucciani/ruff-check@main