Skip to content

Changed broker and schema registry urls in prod and beta after moving… #46

Changed broker and schema registry urls in prod and beta after moving…

Changed broker and schema registry urls in prod and beta after moving… #46

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: TypeScript check
run: npm run ts
- name: Lint
run: npm run lint