Skip to content

feat: add GitHub Action for Bulloak #9

feat: add GitHub Action for Bulloak

feat: add GitHub Action for Bulloak #9

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
- name: "Verify the Solidity tests using Bulloak with quotes"
uses: "smol-ninja/bulloak-verifier@main"
with:
tree-path: "test-workspace/**.tree"
- name: "Bulloak summary"
run: |
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY