Skip to content

docs: update README #14

docs: update README

docs: update README #14

Workflow file for this run

name: Lint & Test
on:
[push, workflow_call]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test