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

Add CHANGELOG

Add CHANGELOG #78

Workflow file for this run

name: Check
on: push
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Run npm install and test
run: |
npm ci
npm run check