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

Update README.md

Update README.md #766

Workflow file for this run

name: "lint"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
lint: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: |
npm install
npm run lint