Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

readme: note discontinuation #23

readme: note discontinuation

readme: note discontinuation #23

Workflow file for this run

name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- name: Install npm dependencies
run: npm ci
- name: Verify
run: npm run verify