Skip to content

Disburse KITN scheduler #259

Disburse KITN scheduler

Disburse KITN scheduler #259

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
actions: read
checks: read
contents: read
repository-projects: read
jobs:
solidity-base:
uses: smart-transaction/actions/.github/workflows/solidity-base.yml@main
secrets: inherit
with:
disable-gas-snapshot: true # disabling gas snapshot until one is present
solidity-coverage:
uses: smart-transaction/actions/.github/workflows/solidity-coverage.yml@main

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test.yml" -> "smart-transaction/actions/.github/workflows/solidity-coverage.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
# Will run on a standard set of slither detectors (see more in actions repo)
static-analysis-base:
uses: smart-transaction/actions/.github/workflows/static-analysis-base.yml@main
with:
disable-divide-before-multiply: true
disable-arbitrary-send-erc20: true