From 80abc1e77279199a46bdbab5626c598ad843d2ec Mon Sep 17 00:00:00 2001 From: BNAndras <20251272+BNAndras@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:11:36 -0700 Subject: [PATCH 1/2] add sort order ci --- .github/workflows/sorted.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/sorted.yml diff --git a/.github/workflows/sorted.yml b/.github/workflows/sorted.yml new file mode 100644 index 00000000..6b2af9ea --- /dev/null +++ b/.github/workflows/sorted.yml @@ -0,0 +1,16 @@ +name: Exercise order + +on: + pull_request: + branches: + - main + +permissions: + contents: read + +jobs: + call-gha-workflow: + name: Check + uses: exercism/github-actions/.github/workflows/sorted.yml@main + with: + ordering: ".difficulty, .lowercase_name" From d37730c8bd86c4bd4d8d52fb3720c25028d27639 Mon Sep 17 00:00:00 2001 From: BNAndras <20251272+BNAndras@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:13:44 -0700 Subject: [PATCH 2/2] Sort by bucket, not difficulty --- .github/workflows/sorted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sorted.yml b/.github/workflows/sorted.yml index 6b2af9ea..0de38ff3 100644 --- a/.github/workflows/sorted.yml +++ b/.github/workflows/sorted.yml @@ -13,4 +13,4 @@ jobs: name: Check uses: exercism/github-actions/.github/workflows/sorted.yml@main with: - ordering: ".difficulty, .lowercase_name" + ordering: ".bucket, .lowercase_name"