Give more sensible name to GitHub job.
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Apr 2020 00:37:24 +0000 (02:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Apr 2020 00:37:24 +0000 (02:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/lint.yml

index 79ab01bced56bb3f3723478d3bc8bd747c7e0a64..62dc754fb6f7095c45a161e36b240ade3b9796e5 100644 (file)
@@ -3,7 +3,7 @@ name: Lint CI
 on: [pull_request, push]
 
 jobs:
-  build:
+  lint:
 
     runs-on: ubuntu-latest