Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Update the formatting on the readme #2

Update the formatting on the readme

Update the formatting on the readme #2

Workflow file for this run

name: JavaScript Lint
on: push
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn lint