Skip to content

chore(deps): bump form-data from 4.0.5 to 4.0.6 #1124

chore(deps): bump form-data from 4.0.5 to 4.0.6

chore(deps): bump form-data from 4.0.5 to 4.0.6 #1124

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