Skip to content

Exponential Tail Models #174

Exponential Tail Models

Exponential Tail Models #174

Workflow file for this run

name: Linting/Formatting
on:
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format