Skip to content

feat: update to latest sequencer with Native support #758

feat: update to latest sequencer with Native support

feat: update to latest sequencer with Native support #758

Workflow file for this run

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

Check failure on line 12 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: 12, Col: 3): Unexpected value 'read-all'
checks: write # For trunk to post annotations
jobs:
trunk:
name: Trunk
uses: ./.github/workflows/trunk-check.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml