Skip to content

feat: evm sequencer #11

feat: evm sequencer

feat: evm sequencer #11

Workflow file for this run

---
name: Workflow - CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions: read-all
jobs:
trunk:

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Workflow - CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 3): Error calling workflow 'kkrt-labs/ef-tests/.github/workflows/trunk-check.yml@76e492bec81196c566824bd28557dcbe342d4ae9'. The workflow is requesting 'actions: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, deployments: none, discussions: none, issues: none, packages: none, pag[...]
name: Trunk
uses: ./.github/workflows/trunk-check.yml
permissions:
checks: write
contents: read
submodules:
name: Compile Kakarot contracts
uses: ./.github/workflows/kakarot.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml
needs: submodules