Skip to content

feat: relayer large incoming message support (#9) #51

feat: relayer large incoming message support (#9)

feat: relayer large incoming message support (#9) #51

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: check
jobs:
fmt:
runs-on: ubuntu-22.04
name: fmt
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo xtask check
run: cargo xtask check