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@d7c65e49225a38f6d8010eacf017bb5a98d7476c with: runs_on: ubuntu-latest container: '{ "image": "ghcr.io/xrplf/xrpld/pre-commit:sha-f56b79f" }'