diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 0d9c6c9..8cd5b99 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - test: + format: runs-on: ubuntu-latest steps: - name: Checkout