Skip to content

Merge remote-tracking branch 'origin/pull-temp-directory' into downlo… #491

Merge remote-tracking branch 'origin/pull-temp-directory' into downlo…

Merge remote-tracking branch 'origin/pull-temp-directory' into downlo… #491

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"