Skip to content

wip: testing

wip: testing #10

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 }}'