Skip to content

MAINT: move KnownReparameterisation and ReparameterisationDict #832

MAINT: move KnownReparameterisation and ReparameterisationDict

MAINT: move KnownReparameterisation and ReparameterisationDict #832

Workflow file for this run

name: Lint
on:
push:
branches: [ main, release* ]
pull_request:
branches: [ main, release* ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'