Skip to content

Remove remnants of hacky raw text approach #31

Remove remnants of hacky raw text approach

Remove remnants of hacky raw text approach #31

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: latest
- name: Install dependencies
run: npm install
- name: Test
run: npm run test-ci