Skip to content

Merge pull request #125 from open-format/feature--mintTo-script-for-E… #234

Merge pull request #125 from open-format/feature--mintTo-script-for-E…

Merge pull request #125 from open-format/feature--mintTo-script-for-E… #234

Workflow file for this run

name: Slither Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run Slither
uses: crytic/slither-action@dev-git-safe-workspace
id: slither
with:
sarif: results.sarif
fail-on: medium
slither-version: "0.9.1"