From c367bb63d135529f8c8fd6f13d5f5fb40d5b2e39 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 Feb 2023 12:19:15 +0000 Subject: [PATCH] ci: name run_clippy job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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