Skip to content

Merge pull request #231 from MerginMaps/v2_endpoints_for_user_and_acc… #344

Merge pull request #231 from MerginMaps/v2_endpoints_for_user_and_acc…

Merge pull request #231 from MerginMaps/v2_endpoints_for_user_and_acc… #344

Workflow file for this run

name: Code Style
on: [push]
jobs:
code_style_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff --verbose -l 120"
src: "./mergin"