From 1d7b3acb21a72485747ebf67e20524859893ab09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 25 Apr 2020 02:37:24 +0200 Subject: [PATCH] Give more sensible name to GitHub job. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79ab01bc..62dc754f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Lint CI on: [pull_request, push] jobs: - build: + lint: runs-on: ubuntu-latest -- 2.34.1