Skip to content

fix: bump npm from 10.2.0 to 10.2.1 #10

fix: bump npm from 10.2.0 to 10.2.1

fix: bump npm from 10.2.0 to 10.2.1 #10

name: "Semantic PR Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}