Skip to content

Fix tests after scaling removed from pymvr #100

Fix tests after scaling removed from pymvr

Fix tests after scaling removed from pymvr #100

Workflow file for this run

name: Check if code is formatted
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: --version
- uses: astral-sh/ruff-action@v1
with:
args: format --check