Skip to content

Merge pull request #430 from Thomas-Christie/fix-bo-notebook #484

Merge pull request #430 from Thomas-Christie/fix-bo-notebook

Merge pull request #430 from Thomas-Christie/fix-bo-notebook #484

Workflow file for this run

name: Check linting
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: chartboost/ruff-action@v1