From 6f8e2cef5a78f52e5afbcf29717e6fc94b557e70 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Fri, 26 Jan 2024 08:41:47 -0500 Subject: [PATCH] fix: ci task names --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 881add62a..c067450cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: build run: just build - static-analysis: + lint: name: Lint (clippy) runs-on: ubuntu-latest-8-cores needs: ["build"]