Skip to content

Change payload size exception to match new transport API #7

Change payload size exception to match new transport API

Change payload size exception to match new transport API #7

Workflow file for this run

name: Code Analysis
on:
push:
branches:
- main
- master
- release-*
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
defaults:
run:
shell: pwsh
jobs:
code-analysis:
name: Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Repo integrity tests
uses: Particular/repo-integrity-action@main