Skip to content

Added support to receive raw cloud events #211

Added support to receive raw cloud events

Added support to receive raw cloud events #211

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore: ["*.md"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- run: ./Build.ps1
shell: pwsh