Skip to content

docs: update readme #94

docs: update readme

docs: update readme #94

Workflow file for this run

name: Jest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Dependencies
run: npm install
m

Check failure on line 20 in .github/workflows/jest-standard.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jest-standard.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: Run Jest
run: npm test