Skip to content

update landing page

update landing page #4

Workflow file for this run

name: Slither analysis

Check failure on line 1 in .github/workflows/slither.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/slither.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: analyze
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'