Skip to content

add bn eval option in demo instead of hardcoding #101

add bn eval option in demo instead of hardcoding

add bn eval option in demo instead of hardcoding #101

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-install
run: pip install ruff
- name: ruff
env:
RUFF_OUTPUT_FORMAT: github
run: |
ruff format --check
ruff check