-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(actions): aggiunti LaTex Checks SubCheks
Migliorata l'action che controlla i file LaTex: - Migliorati nomi e titoli degli step con l'aggiunta di emoji 🦍🚀🎸 - Aggiunti SubCheks: ora viene fatto eseguire il linter Chktex, un software che controlla lo stile di come è scritto LaTex (tipo 'questa frase non inizia con la maiuscola' oppure 'non si mette la punteggiatura prima di una parentesi chiusa', ecc.) ed un software per l'analisi grammaticale (questo ha bisogno di un file di configurazione). Questi miglioramenti sono stati effettuati per rendere più semplice capire com'è stata scritta una certa parte in LaTex (e capire subito quando bisognerà bestemmiare 🙃)
- Loading branch information
Showing
2 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"ltex.language": "it", "ltex.additionalRules.motherTongue": "en-GB"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters