Skip to content

streamflow calibration prep #160

streamflow calibration prep

streamflow calibration prep #160

Workflow file for this run

name: Ruff format
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'