Skip to content

Add CI workflows

Add CI workflows #14

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:

Check failure on line 18 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 18, Col: 3): Error calling workflow 'KintoXYZ/kinto-core/.github/workflows/slither.yml@e2c9d9aa9b51377cc6229cac326cbb8f61cce943'. The workflow is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.

Check failure on line 18 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 18, Col: 3): Error calling workflow 'KintoXYZ/kinto-core/.github/workflows/slither.yml@e2c9d9aa9b51377cc6229cac326cbb8f61cce943'. The workflow is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
name: Slither analysis
uses: ./.github/workflows/slither.yml
secrets: inherit