Skip to content

Merge pull request #15 from farmisen/fa/bug/it_should_accept_the_0_digit #14

Merge pull request #15 from farmisen/fa/bug/it_should_accept_the_0_digit

Merge pull request #15 from farmisen/fa/bug/it_should_accept_the_0_digit #14

Workflow file for this run

name: check-unit-tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test