Skip to content

eclab.mpr: Add support for 11.50 CVA #276

eclab.mpr: Add support for 11.50 CVA

eclab.mpr: Add support for 11.50 CVA #276

Workflow file for this run

name: lint-every-pr
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
args: "format --check"