Skip to content

build(deps): bump chia-blockchain from 2.0.0 to 2.4.2 #144

build(deps): bump chia-blockchain from 2.0.0 to 2.4.2

build(deps): bump chia-blockchain from 2.0.0 to 2.4.2 #144

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@v4
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"