Skip to content

refactor: added subscription handling through annotations #6

refactor: added subscription handling through annotations

refactor: added subscription handling through annotations #6

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: Run Build
run: npm i && npx nest build