Skip to content

Commit 1003004

Browse files
committed
Small refactor.
1 parent 46e31b0 commit 1003004

7 files changed

Lines changed: 165 additions & 49 deletions

File tree

.github/workflows/checkmytex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pip install -r requirements.txt
1717
- name: Check LaTeX files
1818
# Execution de checkmytex sur le fichier LaTeX
19-
run: python -m checkmytex doc/Architecture-Application-L3-CSI.tex --html checkmytex-report.html
19+
run: python -m checkmytex doc/linux-2.tex --html checkmytex-report.html
2020
- name: Upload report
2121
uses: actions/upload-artifact@v4 # Utilisation d'une action pour uploader un artefact
2222
with:

doc/image/digicomp-logo.png

51.5 KB
Loading
74.5 KB
Loading
84.4 KB
Loading

doc/linux-2.tex

Lines changed: 162 additions & 47 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CheckMyTex

style

0 commit comments

Comments
 (0)