Skip to content

word values

word values #281

Workflow file for this run

name: Jest tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
container: node:14
steps:
- run: node --version
- run: npm --version
- uses: actions/checkout@v3
- run: npm install
- run: npm run testall
- uses: codecov/codecov-action@v3