Skip to content

chore: Ethereum Name Record -> Ethereum Node Record #67

chore: Ethereum Name Record -> Ethereum Node Record

chore: Ethereum Name Record -> Ethereum Node Record #67

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint