From e7a397bbb5e4422576d7fa2bb22e2a52f47fd273 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 4 Aug 2024 12:57:32 +0200 Subject: [PATCH] wip --- .github/workflows/mypy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 10761e02a..5e8acd678 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -26,4 +26,5 @@ jobs: - name: Set warning if previous step failed if: failure() - run: echo "::warning::The previous step failed but we are continuing." + # run: echo "::warning::The previous step failed but we are continuing." + run: echo "::warning file=app.py,line=10,col=5::Code formatting issues detected"