Skip to content

chore(ci): Migrate release workflow to npm Trusted Publishing with OIDC #64

chore(ci): Migrate release workflow to npm Trusted Publishing with OIDC

chore(ci): Migrate release workflow to npm Trusted Publishing with OIDC #64

Workflow file for this run

name: 'LintPrTitle'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
ValidatePrTitle:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}