Skip to content

chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /idkit #386

chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /idkit

chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /idkit #386

Workflow file for this run

name: Validate PR conventions
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Ensure PR follows conventional commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true