Skip to content

fix: link to glossary term 'slashing' #1270

fix: link to glossary term 'slashing'

fix: link to glossary term 'slashing' #1270

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- run: npm install
- run: npm test
- run: npm run build