Skip to content

docs: align device sync protocol page with the server implementation #252

docs: align device sync protocol page with the server implementation

docs: align device sync protocol page with the server implementation #252

Workflow file for this run

name: Run Trunk Check
on:
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
runs-on: ubuntu-24.04
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@v5.1.0
- name: Trunk Check
uses: trunk-io/trunk-action@v1.3.1