aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-08-12 09:55:33 +0200
committerGravatar shtlrs <[email protected]>2023-08-12 09:55:33 +0200
commitbab243cffa8422dd6eca07ff0481d41b5635d6af (patch)
tree3db585728279f9234e4eb75a8829b40da16ec5b4
parentBump ruff from 0.0.283 to 0.0.284 (#2714) (diff)
use the organisation's fixup commit blocker workflow
-rw-r--r--.github/workflows/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a512f289d..42b6295dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,6 +13,10 @@ concurrency:
jobs:
+
+ fixup-commit-blocker:
+ uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main
+
lint-test:
uses: ./.github/workflows/lint-test.yml