Rome wasn't built in one day.
Some checks failed
pdf2text test / Compile (push) Has been cancelled

This commit is contained in:
retoor 2024-11-22 20:51:10 +01:00
parent 92899c8438
commit cb22a368c5

View File

@ -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 }}."