diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5930a839f..94022764e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - run: cargo fmt --all -- --check run_clippy: + name: Clippy runs-on: ubuntu-latest steps: - uses: actions/checkout@v3