mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
19 lines
345 B
YAML
19 lines
345 B
YAML
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
|