Skip to content

Commit

Permalink
I am not good at it lol
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Jan 12, 2025
1 parent f4002de commit 1753221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1753221

Please sign in to comment.