Skip to content

chore(deps): bump form-data from 3.0.1 to 3.0.4 in /examples/capacitor #1789

chore(deps): bump form-data from 3.0.1 to 3.0.4 in /examples/capacitor

chore(deps): bump form-data from 3.0.1 to 3.0.4 in /examples/capacitor #1789

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: commitlint
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --verbose