From 4e2527a2aea9b0851f84dd3605e580f0f846d117 Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Fri, 27 Mar 2026 14:07:51 +0100 Subject: [PATCH] chore: Fix job name --- .github/workflows/check-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index 0a20c17..2ee0f1d 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -7,7 +7,7 @@ on: branches: [main] jobs: - lint: + check-types: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4