Skip to content

Update environment.yml #10

Update environment.yml

Update environment.yml #10

Workflow file for this run

name: ruff
on: [push]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-check
id: ruff-check
uses: jpetrucciani/ruff-check@main
with:
path: '.'