Skip to content

It seems to be a typo. Ethereum Name Records -> Ethereum Node Records… #68

It seems to be a typo. Ethereum Name Records -> Ethereum Node Records…

It seems to be a typo. Ethereum Name Records -> Ethereum Node Records… #68

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