Skip to content

Allows to sign using the BLS curve #313

Allows to sign using the BLS curve

Allows to sign using the BLS curve #313

Workflow file for this run

name: pre-commit
on: [pull_request]
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python -m pip install pre-commit
- run: python -m pip freeze --local
- run: SKIP=clang-format pre-commit run --all-files