Skip to content

Refactor component props in SvgBeamlineComponents #578

Refactor component props in SvgBeamlineComponents

Refactor component props in SvgBeamlineComponents #578

Workflow file for this run

name: Python formatter
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./pvServer"