feat: merkle tree verifier implementation to support all numbers of leaves #171
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Contract Inheritance | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
check_inheritance: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Set up Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 16 | |
- name: Install Surya | |
run: | | |
npm install -g surya | |
- name: Run Surya Inheritance Check | |
run: | | |
./scripts/upgradability_check.sh |