Skip to content

Fix author and licence of the onchain framework (#4) #20

Fix author and licence of the onchain framework (#4)

Fix author and licence of the onchain framework (#4) #20

Workflow file for this run

# Github workflow to check python code
name: Python
on: [push]
jobs:
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable