Skip to content

Merge pull request #131 from React-Automation-Studio/update-to-react1… #594

Merge pull request #131 from React-Automation-Studio/update-to-react1…

Merge pull request #131 from React-Automation-Studio/update-to-react1… #594

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"