Skip to content

ROSAENG-59431 | docs: add agent agnostic documentation #89

ROSAENG-59431 | docs: add agent agnostic documentation

ROSAENG-59431 | docs: add agent agnostic documentation #89

# following the contribution guide this check enforces the commit format
# [JIRA-TICKET] | [TYPE][(scope)][!]: <MESSAGE>
name: 'Validate Commit Messages'
on:
pull_request:
branches:
- main
jobs:
parse-commit-messages:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: Validate Commit Message(s)
env:
PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
PULL_PULL_SHA: ${{ github.event.pull_request.head.sha }}
PULL_AUTHOR: ${{ github.event.pull_request.user.login }}
run: make commits/check