Skip to content

feat: Customize serialization of request body (#79) #45

feat: Customize serialization of request body (#79)

feat: Customize serialization of request body (#79) #45

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
concurrency:
group: ci
jobs:
check-branch:
uses: ./.github/workflows/check-branch.yaml
secrets: inherit