Skip to content

chore(deps): migrate to curve25519-dalek 5.0, rand 0.10, sha3 0.12 #4

chore(deps): migrate to curve25519-dalek 5.0, rand 0.10, sha3 0.12

chore(deps): migrate to curve25519-dalek 5.0, rand 0.10, sha3 0.12 #4

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint-pr-title:
name: Conventional Commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}