Skip to content

Cryp 50 support counting address and webhook for every monitor #28

Cryp 50 support counting address and webhook for every monitor

Cryp 50 support counting address and webhook for every monitor #28

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build app
run: |
cd app
yarn && yarn build