Skip to content

Revamp README with updated setup, installation, and module overview #5

Revamp README with updated setup, installation, and module overview

Revamp README with updated setup, installation, and module overview #5

Workflow file for this run

on: [push]
jobs:
lint:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Run Linter
run: npm run lint