Skip to content

feat: Include blob gas fees in grouped analysis #1765

feat: Include blob gas fees in grouped analysis

feat: Include blob gas fees in grouped analysis #1765

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