Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #103

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #103

Workflow file for this run

name: PR Validations
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}