Skip to content

Fix grammar, syntax, and markup in cryptosuite interface. #101

Fix grammar, syntax, and markup in cryptosuite interface.

Fix grammar, syntax, and markup in cryptosuite interface. #101

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