Skip to content

Update README.md with more descriptive information about the package #21

Update README.md with more descriptive information about the package

Update README.md with more descriptive information about the package #21

Workflow file for this run

name: "CI"
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
- "!main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- run: pnpm i
install:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: pnpm i
- name: Run tests
run: pnpm test