Skip to content

Add Jovonni Smith-Martinez of Agoric as a delegate. #696

Add Jovonni Smith-Martinez of Agoric as a delegate.

Add Jovonni Smith-Martinez of Agoric as a delegate. #696

Workflow file for this run

name: 'ci'
on: [pull_request, push]
jobs:
build:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm i
- run: npm test