Skip to content

hoist added as attribute for popup display #193

hoist added as attribute for popup display

hoist added as attribute for popup display #193

Workflow file for this run

name: NPM Publish
on:
push:
branches:
- master
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Test
run: npm run test