Skip to content

chore: enhanced and fixed typos in README.md #67

chore: enhanced and fixed typos in README.md

chore: enhanced and fixed typos in README.md #67

Workflow file for this run

name: Validate Tokens
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install
- name: Validate
run: yarn test