Files
rippled/.github/workflows/pre-commit.yml
Michael Legleux 7a96d1bd3c build linux
2026-02-10 23:20:49 -08:00

19 lines
467 B
YAML

name: Run pre-commit hooks
on:
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:
if: false
uses: XRPLF/actions/.github/workflows/pre-commit.yml@320be44621ca2a080f05aeb15817c44b84518108
with:
runs_on: ubuntu-latest
container: '{ "image": "ghcr.io/xrplf/ci/tools-rippled-pre-commit:sha-ab4d1f0" }'