Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Minor updates to documentation #13

Minor updates to documentation

Minor updates to documentation #13

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@v1
- run: yarn lint && yarn build