Fix BW6-761 R1CS field serialization width #411
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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} |