From d585551ba72133bbd109bbc491f5af6223ffe527 Mon Sep 17 00:00:00 2001 From: IntegratedQuantum <43880493+IntegratedQuantum@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:03:43 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb91f78..5157e6da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: with: python-version: "3.10" - name: Check Format - run: python3 "check_format.py" + run: python3 "format_check.py"