Skip to content

Merge pull request #154 from agroimpacts/main #16

Merge pull request #154 from agroimpacts/main

Merge pull request #154 from agroimpacts/main #16

Workflow file for this run

name: ruff
on:
pull_request:
paths:
- "**.py"
push:
branches:
- main
paths:
- "**.py"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "0.9.6"
- run: ruff check
- run: ruff format --check