Skip to content

Fix/experiment time range #6

Fix/experiment time range

Fix/experiment time range #6

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == true)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "0.15.6"
args: "check --exclude examples/"