From e8a4e474101e808a5d861b94659b941ac7eed8c6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 23:04:31 +0100 Subject: [PATCH] renamed some labels and names of workflows --- .github/workflows/test-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 3598738..d670d6f 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -1,10 +1,10 @@ -name: build test CI +name: lint test CI on: push jobs: build-test: - name: Build Test + name: Lint Test runs-on: ubuntu-latest steps: - name: Checkout code