Skip to content

feat(sdk): added support for semver matching when getting resources f… #30

feat(sdk): added support for semver matching when getting resources f…

feat(sdk): added support for semver matching when getting resources f… #30

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: 8
- name: Installation
run: pnpm i
- name: Build
run: pnpm run build