Skip to content

docs(typo): fixed typo not -> nor #21

docs(typo): fixed typo not -> nor

docs(typo): fixed typo not -> nor #21

Workflow file for this run

name: Run Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
- name: Install dependencies
run: npm i
- name: Run all tests
run: npm test