Skip to content

feat: show calculated session duration #187

feat: show calculated session duration

feat: show calculated session duration #187

Workflow file for this run

name: Check NextJs build
on:
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./next-frontend
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "21"
- name: Install dependencies
run: npm i
- name: Build with Next.js
run: npm run build