feat: update to latest sequencer with Native support #757
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: Workflow - CI | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: | ||
- main | ||
permissions: | ||
checks: write # For trunk to post annotations | ||
contents: read # For repo checkout | ||
jobs: | ||
trunk: | ||
name: Trunk | ||
uses: ./.github/workflows/trunk-check.yml | ||
tests: | ||
Check failure on line 20 in .github/workflows/ci.yml GitHub Actions / Workflow - CIInvalid workflow file
|
||
name: Rust tests | ||
uses: ./.github/workflows/test.yml |