Skip to content

bump to v0.5.0

bump to v0.5.0 #103

Workflow file for this run

name: Black format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Black Code Formatter Check
uses: psf/black@stable
with:
options: "--verbose --check"
src: "mack"