Skip to content

Fix input/output size in staticcall for addition and scalar_mul #396

Fix input/output size in staticcall for addition and scalar_mul

Fix input/output size in staticcall for addition and scalar_mul #396

Workflow file for this run

name: Check JS/JSON/TS format
on: [pull_request]
jobs:
js-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check format with prettier
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check ./**/*.{js,ts,json}