Skip to content

feat: Improve e-sign request flow and email logic #329

feat: Improve e-sign request flow and email logic

feat: Improve e-sign request flow and email logic #329

Workflow file for this run

name: "Continuous Integration"
on:
pull_request:
branches: ["main"]
jobs:
build_app:
name: Build App
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/node-setup
- name: Copy env
run: cp .env.example .env
- name: Build
run: npm i && npm run build
env:
SKIP_ENV_VALIDATION: "1"