Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Support Secp256r1

Support Secp256r1 #630

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run prettier
run: |
npm init -y
npm i prettier