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"