Skip to content

Docs and docstrings #295

Docs and docstrings

Docs and docstrings #295

name: lint code using ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1