From 1753221c92c8e67ebe09668faedebce064a934d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:46:45 +0800 Subject: [PATCH] I am not good at it lol --- .github/workflows/linux.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 982110e2..da8f28c6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,3 +65,9 @@ jobs: - run: LLVM_CONFIG=llvm-config-13 ./doctest.sh - run: make clean - run: LLVM_CONFIG=llvm-config-14 ./doctest.sh + - uses: actions/setup-python@v5 + with: + python-version: '3.13' + - run: pip install requests + - name: "Check the links in the markdown files" + run: python check-markdown-links.py