Skip to content

Codec for binary serialization into json protocol #87

Codec for binary serialization into json protocol

Codec for binary serialization into json protocol #87

Workflow file for this run

##
## Quality checks
##
name: check
on:
pull_request:
types:
- opened
- synchronize
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- uses: dominikh/[email protected]
with:
install-go: false