Skip to content

CHIA-992: Update pool reference code to be compatible with chia-blockchain 2.4.2 #169

CHIA-992: Update pool reference code to be compatible with chia-blockchain 2.4.2

CHIA-992: Update pool reference code to be compatible with chia-blockchain 2.4.2 #169

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: psf/black@stable
with:
black_args: ". --check"
src: "."