Skip to content

build(deps): update blspy requirement from ~=1.0.2 to ~=2.0.3 #54

build(deps): update blspy requirement from ~=1.0.2 to ~=2.0.3

build(deps): update blspy requirement from ~=1.0.2 to ~=2.0.3 #54

Workflow file for this run

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"