Skip to content

docs: fixed few mistakes in readme #3

docs: fixed few mistakes in readme

docs: fixed few mistakes in readme #3

Workflow file for this run

name: Run Tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
NPM_TOKEN: ""
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Setup Node.js
with:
node-version: 18
cache: yarn
- uses: borales/[email protected]
name: Install dependencies
with:
cmd: install --immutable
- uses: borales/[email protected]
name: Run TypeScript check
with:
cmd: test:tsc
- uses: borales/[email protected]
name: Run unit tests
with:
cmd: test:unit