Skip to content

Various updates to address recently raised issues #97

Various updates to address recently raised issues

Various updates to address recently raised issues #97

Workflow file for this run

name: On PR
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build
run: |
npm ci
npm test
npx gulp bundle