Skip to content

CI Slither

CI Slither #84

Workflow file for this run

name: "CI Slither"
on:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
jobs:
lint:
uses: "sablier-labs/gha-utils/.github/workflows/evm-lint.yml@main"
slither-analyze:
needs: "lint"
uses: "sablier-labs/gha-utils/.github/workflows/slither-analyze.yml@main"