From 946a16fce6a0541723bfadf80fe8e7b77431a354 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 27 Aug 2024 19:50:31 +0200 Subject: [PATCH] add typstyle check to CI (#13) --- run-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-ci.sh b/run-ci.sh index 233f6f7..f20cbae 100755 --- a/run-ci.sh +++ b/run-ci.sh @@ -34,6 +34,7 @@ function enter-section() { log "INFO" "section $1 completed successfully" } +enter-section "Typstyle checking" "./run-fmt.sh --check src/lib.typ" 0 enter-section "BUILD: ABB code theme" "./generate-theme.sh" 0 enter-section "Compiling template..." "typst compile template/main.typ --root . example.pdf" 0 enter-section "TEST: local template import" "typst compile tests/local-import/main.typ --root ." 0