Skip to content

Skip initial blackout period #47

Skip initial blackout period

Skip initial blackout period #47

Workflow file for this run

---
name: Lint
on: [push]
jobs:
Ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff format --diff