Skip to content

wip: adds blueprint dumping #9

wip: adds blueprint dumping

wip: adds blueprint dumping #9

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Forge CLI
uses: ./forge/actions/install
- name: Dump blueprint
id: blueprint
uses: ./forge/actions/blueprint
with:
path: .
- name: Print result
run: echo '${{ steps.blueprint.outputs.json }}'