Skip to content

chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 #1998

chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3

chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 #1998

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}