Skip to content

chore(core): fixed css issues with badges on pages #918

chore(core): fixed css issues with badges on pages

chore(core): fixed css issues with badges on pages #918

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
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Installation
run: npm i
- name: Test
run: npm run test:ci
- name: Build
run: npm run verify-build:catalog