Skip to content

Add Protocols from script #915

Add Protocols from script

Add Protocols from script #915

Workflow file for this run

name: validate protocol info
on: pull_request
jobs:
validate-protocol-info:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Validate
run: yarn validate
- name: Aggregate Events
run: yarn aggregateEvents