Skip to content

Delete LICENSE.txt - not needed anymore because of new LICENSE (witho… #1861

Delete LICENSE.txt - not needed anymore because of new LICENSE (witho…

Delete LICENSE.txt - not needed anymore because of new LICENSE (witho… #1861

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Restore
run: npm ci
- name: Build
run: npm run build