Skip to content

Removed implementation section. Updated VCWG information. #125

Removed implementation section. Updated VCWG information.

Removed implementation section. Updated VCWG information. #125

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Use Node 12
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint