Skip to content

V8 get storage proof tests #454

V8 get storage proof tests

V8 get storage proof tests #454

Workflow file for this run

name: Prettier Code Format Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
name: Run Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "22"
- name: Install dependencies
run: npm install
- name: Run Prettier
run: npx prettier --plugin prettier-plugin-toml --check '**/*.{js,jsx,ts,tsx,json,css,scss,yaml,toml,md}'