Skip to content

fix: Make keyring unique as well #51

fix: Make keyring unique as well

fix: Make keyring unique as well #51

Workflow file for this run

name: PR
on:
pull_request:
branches:
- '*'
types:
- opened
- reopened
- edited
- synchronize
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}