Skip to content

chore(gha): bump actions/checkout from 3 to 4 #7

chore(gha): bump actions/checkout from 3 to 4

chore(gha): bump actions/checkout from 3 to 4 #7

Workflow file for this run

name: check-pr-semantic
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}