Skip to content

changed files with black #1337

changed files with black

changed files with black #1337

Workflow file for this run

name: LINTING
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: HoiskolensChemikerforening/black-action@v1 #lgeiger/[email protected]
with:
args: "./chemie --check"