Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix some typos

Fix some typos #337

Workflow file for this run

name: CI tests
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
npm install
- name: Build and test
run: |
npm run test && npm run build