Skip to content

refactor: added subscription handling through annotations #10

refactor: added subscription handling through annotations

refactor: added subscription handling through annotations #10

Workflow file for this run

name: build
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Run Build
run: npm i && npx nest build