Skip to content

Make MAD-X pathing robust + add MQT Extraction #104

Make MAD-X pathing robust + add MQT Extraction

Make MAD-X pathing robust + add MQT Extraction #104

Workflow file for this run

name: Ruff linting
defaults:
run:
shell: bash
# Runs on any push event in a PR
on: [ pull_request ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# This runs ruff check by default
- uses: astral-sh/ruff-action@v3
with:
version: "latest"
src: "omc3/"