Skip to content

chore(deps): bump fast-uri from 3.1.3 to 3.1.4 #1127

chore(deps): bump fast-uri from 3.1.3 to 3.1.4

chore(deps): bump fast-uri from 3.1.3 to 3.1.4 #1127

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
check-pr-title:
name: Validate PR title
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}