Skip to content

Chore: Move helpers to its own repo #18

Chore: Move helpers to its own repo

Chore: Move helpers to its own repo #18

name: Prover Smart Vault
env:
CI: true
on:
pull_request:
branches: "*"
paths:
- packages/smart-vault/**
jobs:
prove:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prove
uses: ./.github/actions/certora
with:
workspace: '@mimic-fi/v3-smart-vault'
certora-key: ${{ secrets.CERTORA_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}