Skip to content

do not return document entries that have a deletion flag #64

do not return document entries that have a deletion flag

do not return document entries that have a deletion flag #64

Workflow file for this run

name: Test the Angular GUI build
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build-and-commit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./angular
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
# https://github.com/actions/setup-node
node-version: 18
cache: "npm"
cache-dependency-path: angular/package-lock.json
- name: Install dependencies
run: npm install
- name: Test the build
run: npm run build