Skip to content

fix: Process asyncapi files with avro schema #430

fix: Process asyncapi files with avro schema

fix: Process asyncapi files with avro schema #430

Workflow file for this run

# Make sure the EventCatalog can build 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@v3
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: '16'
- name: Installation
run: yarn
- name: Check immutable yarn.lock
run: git diff --exit-code
- name: Build
run: yarn verify-build:catalog