Skip to content

feat: create config file for subcommands + take values from both config file and cli #2232

feat: create config file for subcommands + take values from both config file and cli

feat: create config file for subcommands + take values from both config file and cli #2232

Workflow file for this run

name: Checking PR semantic
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commits:
name: Validate PR commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5