Skip to content

chore(tools): Adds tool for showing the storage diff between 2 blocks #326

chore(tools): Adds tool for showing the storage diff between 2 blocks

chore(tools): Adds tool for showing the storage diff between 2 blocks #326

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
name: "Check with Prettier"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: "npm"
- name: Check with Prettier
run: npx prettier --check --ignore-path .prettierignore '**/*.(yml|js|ts)'