Skip to content

chore(deps): bump tj-actions/changed-files from 40 to 41 #284

chore(deps): bump tj-actions/changed-files from 40 to 41

chore(deps): bump tj-actions/changed-files from 40 to 41 #284

Workflow file for this run

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