updated landing page #3
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: Slither analysis | ||
on: [push] | ||
jobs: | ||
analyze: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Set up Node | ||
# uses: actions/setup-node@v3 | ||
# - name: Install Yarn | ||
# run: npm install --global yarn | ||
# - name: Install Dependencies | ||
# run: cd smart-contract && yarn | ||
# - uses: crytic/[email protected] | ||
# with: | ||
# node-version: 18 | ||
# ignore-compile: true | ||
# target: 'smart-contract/' | ||
# fail-on: 'high' | ||
# slither-args: '--exclude solc-version,low-level-calls,different-pragma-directives-are-used,divide-before-multiply,assembly-usage,incorrect-versions-of-solidity,block-timestamp,incorrect-versions-of-solidity,conformance-to-solidity-naming-conventions' |