From 452d3f6fa75a88da9287c5cfa89dae0713c30ff8 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:53:38 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 1989394..3d65341 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -25,6 +25,10 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install -r dev-requirements.txt + - name: Test + run: | + ls + where - name: Lint with pylint run: | pip install pylint_runner