Skip to content

Ntrnl 342 ntrnl 343 ntrnl 345 add logic and model to save user data to session for add member repo and team html page #101

Ntrnl 342 ntrnl 343 ntrnl 345 add logic and model to save user data to session for add member repo and team html page

Ntrnl 342 ntrnl 343 ntrnl 345 add logic and model to save user data to session for add member repo and team html page #101

Workflow file for this run

name: Build and Test Checks
on: [pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm test