Skip to content

remove hack to clear content on empty result, since it didn't work we… #9

remove hack to clear content on empty result, since it didn't work we…

remove hack to clear content on empty result, since it didn't work we… #9

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '15.x'
- run: npm ci
- run: npm test