mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
14 lines
299 B
YAML
14 lines
299 B
YAML
name: Check PR commits
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
# The action needs to have write permissions to post comments on the PR.
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
check_commits:
|
|
uses: XRPLF/actions/.github/workflows/check-pr-commits.yml@481048b78b94ac3343d1292b4ef125a813879f2b
|