Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore(deps): bump bs58 from 0.5.0 to 0.5.1 #1917

chore(deps): bump bs58 from 0.5.0 to 0.5.1

chore(deps): bump bs58 from 0.5.0 to 0.5.1 #1917

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 }}