Skip to content

Commit

Permalink
Update latexindent-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarang74 committed Aug 27, 2023
1 parent 89b49f7 commit 46d29bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/latexindent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,18 @@ jobs:
https://api.github.com/repos/Tarang74/LaTeX-Submodule/contents/latexindent.yaml |
jq -r '.content' | base64 -d > latexindent.yaml
- name: List files
run: ls

- name: Format tex files
run: |
for file in *.tex **/*.tex; do
[ -f "$file" ] || continue
./latexindent -c Debug/ indent.log -w -m -l ./latexindent.yaml "$file"
./latexindent -c Debug/ -w -m -l ./latexindent.yaml "$file"
done
- name: Format tikz files
run: |
for file in *.tikz **/*.tikz; do
[ -f "$file" ] || continue
./latexindent -c Debug/ indent.log -w -m -l ./latexindent.yaml "$file"
./latexindent -c Debug/ -w -m -l ./latexindent.yaml "$file"
done
- name: Delete latexindent
Expand Down

0 comments on commit 46d29bb

Please sign in to comment.