Skip to content

feat: update to latest sequencer with Native support #755

feat: update to latest sequencer with Native support

feat: update to latest sequencer with Native support #755

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@b12a2e79cee1ae2c3f1ec74cff7f2d538e4ce6ad'. The nested job 'trunk_check' is requesting 'checks: write', but is only allowed 'checks: read'.
name: Trunk
uses: ./.github/workflows/trunk-check.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml