Skip to content

update PARAMETERS.MD #69

update PARAMETERS.MD

update PARAMETERS.MD #69

Workflow file for this run

# Does this genuinely do anything?
name: Ruff
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff with --fix option
uses: chartboost/ruff-action@v1
with:
args: --fix-only --unsafe-fixes