We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae9453 commit 17b364cCopy full SHA for 17b364c
1 file changed
.github/workflows/build_and_test.yml
@@ -65,9 +65,8 @@ jobs:
65
with:
66
scheme: full
67
run: |
68
- sudo apt-get update
69
- sudo apt-get install -y perl libyaml-tiny-perl libfile-homedir-perl libfile-find-rule-perl
70
- sudo cpan -i Unicode::GCString
+ apk add --no-cache perl perl-yaml-tiny perl-file-homedir perl-file-find-rule
+ cpan -i Unicode::GCString
71
find . -name "*.tex" | while read file; do
72
perl $(kpsewhich latexindent.pl) "$file" > "$file.formatted"
73
if ! diff -q "$file" "$file.formatted" > /dev/null; then
0 commit comments