From b64ca33f9854d9fe2b3d462e49f5a3510ffb3f9f Mon Sep 17 00:00:00 2001 From: Ammar64 Date: Thu, 7 Nov 2024 12:18:56 +0200 Subject: [PATCH] CI --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b12772..c2375fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,9 @@ jobs: with: files: "*.md" config_file: .markdownlint.json + + ensure_sorted: + runs-on: ubuntu-latest + name: Ensure sorted + run: ./ensure_sorted.py +