Skip to content

Fix: use negative half-wave amplitude for SW slope numerator (#220) #94

Fix: use negative half-wave amplitude for SW slope numerator (#220)

Fix: use negative half-wave amplitude for SW slope numerator (#220) #94

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Linting"
uses: astral-sh/ruff-action@v3
- name: "Formatting"
uses: astral-sh/ruff-action@v3
with:
args: "format --check"