Skip to content

New profiles safe, mcPrint and Munbyn (#89) #55

New profiles safe, mcPrint and Munbyn (#89)

New profiles safe, mcPrint and Munbyn (#89) #55

Workflow file for this run

name: Lint (Black code style)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
black-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.12.0"