Skip to content

docs(readme): update usage block; add docs/USAGE.md and MANUAL.md + links #77

docs(readme): update usage block; add docs/USAGE.md and MANUAL.md + links

docs(readme): update usage block; add docs/USAGE.md and MANUAL.md + links #77

Workflow file for this run

name: semantic PR title
on:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}