Skip to content

cleaned up actionable FIXMEs and TODOs #45

cleaned up actionable FIXMEs and TODOs

cleaned up actionable FIXMEs and TODOs #45

Workflow file for this run

on:
push:
paths:
- ".github/workflows/ruff_check.yml"
- "**.py"
jobs:
ruff:
name: Python formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'