Skip to content

fix: limits to ethereum-listener genesis catchup #40

fix: limits to ethereum-listener genesis catchup

fix: limits to ethereum-listener genesis catchup #40

Workflow file for this run

name: Build on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
if: ${{ github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
# TODO: fix linter-errors
#- name: Lint
# run: yarn lint
- name: Test
run: yarn test