change: added template compilation to CI
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 11s Details

This commit is contained in:
Sven Vogel 2024-07-02 10:59:19 +02:00
parent 40bf0af544
commit f8f80dfa52
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ function abort() {
exit 1
}
echo "Compiling template..."
typst compile template/main.typ --root . || abort "template"
echo "Running tests..."
echo "Running test local-import..."