Files
clio/.github/workflows/pre-commit.yml
2026-08-25 12:24:13 +01:00

15 lines
327 B
YAML

name: Run pre-commit hooks
on:
pull_request:
push:
branches: [develop]
workflow_dispatch:
jobs:
run-hooks:
uses: XRPLF/actions/.github/workflows/pre-commit.yml@f1952595d212e86169935135efc66294b4574131
with:
runs_on: heavy
container: '{ "image": "ghcr.io/xrplf/xrpld/pre-commit:sha-f56b79f" }'