From 742d1335194ee27364334fdafa5c4d0288c0846a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 18:49:10 +0100 Subject: [PATCH] Update python-app.yml Change name to be more obvious when viewing in Actions. --- .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 b6c17dec..be43b5f5 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: EDMarketConnector +name: Check-Dependencies-Flake8-PyTest on: push: