diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index 66bd194..d498e5d 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -15,7 +15,7 @@ permissions: jobs: lint: - name: Ruff linting, formating, MyPy + name: Linting runs-on: ubuntu-latest steps: - uses: actions/checkout@v4