From c5f3fa9e00ad63231ecbd6654853510ca338883f Mon Sep 17 00:00:00 2001 From: olofvndrhr Date: Wed, 21 Feb 2024 15:01:43 +0100 Subject: [PATCH] fix workflow name --- .github/workflows/check_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index 24d6487..3a0829e 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -27,5 +27,5 @@ jobs: - name: test typing run: hatch run lint:typing - - name: test typing + - name: run tests run: hatch run default:test