Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Update README.md to add new logo #40

Update README.md to add new logo

Update README.md to add new logo #40

name: Mythril security checks
on:
- push
- pull_request
jobs:
perform-mythril-checks:
runs-on: ubuntu-latest
container: mythril/myth
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install Yarn
run: npm install -g yarn
- name: Install node dependencies
run: yarn install
- name: Run mythril/myth tool
run: CI=1 yarn run mythril-security-checks