From ad224edb62ea86478638eab12f84bd8d841065ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Gr=C3=A6sberg?= Date: Fri, 18 Sep 2026 00:19:05 +0200 Subject: [PATCH] Update CI names to better reflext actual actions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad21ea9..a715d78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI/CD - Run lint and formatting checkout +name: CI/CD - Linter, formatter and tests on: push: @@ -10,7 +10,7 @@ on: - synchronize jobs: - lint-and-format: + lint-format-and-test: runs-on: [self-hosted] timeout-minutes: 10