Skip to content

Store settings in localStorage (fix #201) #4

Store settings in localStorage (fix #201)

Store settings in localStorage (fix #201) #4

Workflow file for this run

name: Wordlike Unit Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Run tests
run: npm install && npx jest