Skip to content

fix(plugin): throw an explicit error message if service id is missing #39

fix(plugin): throw an explicit error message if service id is missing

fix(plugin): throw an explicit error message if service id is missing #39

Workflow file for this run

# Make sure the EventCatalog SDK OK
name: Verify Build
on:
pull_request:
branches:
- master
- main
jobs:
build:
name: Verify Build
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Installation
run: pnpm i
- name: Build
run: pnpm run build