Skip to content

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool #97

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool #97

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
tags:
- "**"
pull_request:
branches:
- "**"
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Run Prettier
run: npm run prettier