Auto formatted all typst code and fixed CI issue due to using upload artifacts v4 (actions/upload-artifact@v4/docs/MIGRATION.md)
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
find . -iname "*.typ" | xargs typstyle -i
|