From cb22a368c5b367030b79c7909ebac7df9502245b Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 22 Nov 2024 20:51:10 +0100 Subject: [PATCH] Rome wasn't built in one day. --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 88af33f..c00acd5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,6 +15,6 @@ jobs: - run: apt update - run: apt install python3 python3-pip python3-venv -y - run: python3 -m pip install -r requirements.txt - - run: "Check if starts correcly. Syntax check." + - run: echo "Check if starts correcly. Syntax check." - run: ./pdf2text . - run: echo "This job's status is ${{ job.status }}."