Skip to content

Store inputValues in array instead of object to support unnamed param… #17

Store inputValues in array instead of object to support unnamed param…

Store inputValues in array instead of object to support unnamed param… #17

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn
- run: yarn build
- run: yarn test