From 349fca03b8c7e166b4932c83603458f0eba77368 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 8 Dec 2020 10:46:39 +0200 Subject: [PATCH] .github/workflows/python-app.yml: Rename This name is displayed in the badge so it should be something more relevant. --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c071e76..f851792 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: Build and Test on: push: