Skip to content

Consistently set blob fields to null for blocks before dencun #1768

Consistently set blob fields to null for blocks before dencun

Consistently set blob fields to null for blocks before dencun #1768

Workflow file for this run

name: test
on:
push:
branches:
- main
- "hotfix/*"
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: install deps
run: yarn install
- name: check types
run: yarn check-types
- name: lint
run: yarn lint
- name: test
run: yarn test