mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Resolve conflicts in LedgerToJson.cpp: - Keep both includes: NetworkIDService.h (ours) and TokenHelpers.h (develop) - Keep CTID block and use develop's ownerFunds check style (!= 0) Agent-Logs-Url: https://github.com/XRPLF/rippled/sessions/949ea030-9a83-49a4-8684-33a1ee221a3d Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
21 lines
504 B
YAML
21 lines
504 B
YAML
name: Run pre-commit hooks
|
|
|
|
on:
|
|
merge_group:
|
|
types:
|
|
- checks_requested
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- "develop"
|
|
- "release*"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
# Call the workflow in the XRPLF/actions repo that runs the pre-commit hooks.
|
|
run-hooks:
|
|
uses: XRPLF/actions/.github/workflows/pre-commit.yml@e7896f15cc60d0da1a272c77ee5c4026b424f9c7
|
|
with:
|
|
runs_on: ubuntu-latest
|
|
container: '{ "image": "ghcr.io/xrplf/ci/tools-rippled-pre-commit:sha-41ec7c1" }'
|