Add CI workflows #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
Check failure on line 18 in .github/workflows/pull_request.yml GitHub Actions / Pull requestInvalid workflow file
Check failure on line 18 in .github/workflows/pull_request.yml GitHub Actions / Pull requestInvalid workflow file
|
||
name: Slither analysis | ||
uses: ./.github/workflows/slither.yml | ||
secrets: inherit |