Skip to content

feat: add skipLoad param to EventList endpoint #630

feat: add skipLoad param to EventList endpoint

feat: add skipLoad param to EventList endpoint #630

Workflow file for this run

name: Web CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 'current', 'latest' ]
name: Build on Node ${{ matrix.Node }}
steps:
- uses: actions/checkout@v3
- name: Set up Node ${{ matrix.Node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.Node }}
- name: Install NPM Packages
working-directory: web
run: npm install
- name: Build frontend
working-directory: web
run: npm run build
# TODO: upload artifacts