Skip to content

docs: udpate documentation for the v1.0.0 release #14

docs: udpate documentation for the v1.0.0 release

docs: udpate documentation for the v1.0.0 release #14

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 }}