mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
16 lines
443 B
YAML
16 lines
443 B
YAML
name: Run pre-commit hooks
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches: [develop, release, master]
|
|
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@34790936fae4c6c751f62ec8c06696f9c1a5753a
|
|
with:
|
|
runs_on: ubuntu-latest
|
|
container: '{ "image": "ghcr.io/xrplf/ci/tools-rippled-pre-commit:sha-a8c7be1" }'
|