Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

[experimental] Validate that the public key generated from createKeyPairFromBytes() belongs to the private key #181

[experimental] Validate that the public key generated from createKeyPairFromBytes() belongs to the private key

[experimental] Validate that the public key generated from createKeyPairFromBytes() belongs to the private key #181

Workflow file for this run

name: 'Issue Label Actions'
on:
issues:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2