Skip to content

Add functions get_flags_for_height_and_constants() and get_conditions_from_spendbundle() #114

Add functions get_flags_for_height_and_constants() and get_conditions_from_spendbundle()

Add functions get_flags_for_height_and_constants() and get_conditions_from_spendbundle() #114

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