Skip to content

patch: set inner HTML instead of textContent for the prompt #52

patch: set inner HTML instead of textContent for the prompt

patch: set inner HTML instead of textContent for the prompt #52

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install dependencies
run: npm i
- name: Check code style
run: npm run lint
- name: Typecheck
run: npm run typecheck