Skip to content

Added support for Event Handler groups and new CQRS public API #43

Added support for Event Handler groups and new CQRS public API

Added support for Event Handler groups and new CQRS public API #43

Workflow file for this run

name: pr-examples
on:
pull_request:
paths:
- '_examples/**/*'
jobs:
validate-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.19.1'
- run: make validate_examples
timeout-minutes: 30