Skip to content

UID2-1411 replace Cstg description with something more generic #371

UID2-1411 replace Cstg description with something more generic

UID2-1411 replace Cstg description with something more generic #371

Workflow file for this run

name: Test Build
on:
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build