style: Run shfmt on workflows, actions and markdown bash code (#7333)

This commit is contained in:
Ayaz Salikhov
2026-05-27 20:24:18 +01:00
committed by GitHub
parent 1acc42313c
commit f9551ac5ca
20 changed files with 533 additions and 116 deletions

View File

@@ -14,7 +14,7 @@ on:
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@5e942d61bf32f7557a7c159cfac4712a687b3e3a
uses: XRPLF/actions/.github/workflows/pre-commit.yml@cba1f0891650baf1a9c88624dc2d72573be2eb81
with:
runs_on: ubuntu-latest
container: '{ "image": "ghcr.io/xrplf/ci/tools-rippled-pre-commit:sha-41ec7c1" }'