Skip to content

Tweak README

Tweak README #68

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.10.0"
- run: npm install --include=dev
- run: npm run lint