Skip to content

Append empty line to README.md #2

Append empty line to README.md

Append empty line to README.md #2

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci
npm test