Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Update README.md

Update README.md #13

Workflow file for this run

name: Integrate
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
id: nvm
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run build