diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f32a83..60d515e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Python CI with Docker and Formatting Check on: [push, pull_request] jobs: - formatter: + python_formatter: runs-on: ubuntu-latest steps: - name: Checkout code