add typstyle check to CI (#13)

This commit is contained in:
Sven Vogel 2024-08-27 19:50:31 +02:00
parent 7ad138dc00
commit 946a16fce6
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ function enter-section() {
log "INFO" "section $1 completed successfully" 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 "BUILD: ABB code theme" "./generate-theme.sh" 0
enter-section "Compiling template..." "typst compile template/main.typ --root . example.pdf" 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 enter-section "TEST: local template import" "typst compile tests/local-import/main.typ --root ." 0