Skip to content

[PB-5187] feat: remove limits and expire rooms after 30 days #78

[PB-5187] feat: remove limits and expire rooms after 30 days

[PB-5187] feat: remove limits and expire rooms after 30 days #78

Workflow file for this run

name: Pre build ( Health check )
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build