Skip to content

Merge pull request #62 from jluebbe/card-info #55

Merge pull request #62 from jluebbe/card-info

Merge pull request #62 from jluebbe/card-info #55

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black
uses: cytopia/docker-black@0.8
with:
path: '.'