Skip to content

Add CI workflows

Add CI workflows #13

Workflow file for this run

name: Pull request
on:
pull_request:
jobs:
forge-fmt:
name: Forge format
uses: ./.github/workflows/forge-fmt.yml
secrets: inherit
test-kinto-mainnet:
if: github.head_ref != 'main' # already triggered by push
name: Forge tests
uses: ./.github/workflows/forge-test.yml
secrets: inherit
analyze:
name: Slither analysis
uses: ./.github/workflows/slither.yml
secrets: inherit