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