Skip to content

feat(deployments): holesky devnet and testnet #337

feat(deployments): holesky devnet and testnet

feat(deployments): holesky devnet and testnet #337

Workflow file for this run

name: Mythril Checks
on:
push:
jobs:
run-mythril:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: StakingContract
uses: ./actions/mythril
id: staking-contract
with:
contract: './contracts/src/StakingContract'