Skip to content

Commit

Permalink
no singleline
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Aug 9, 2023
1 parent d4c9611 commit ca1631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
mv textidote.jar "${{ needs.preview.outputs.root }}"
cd "${{ needs.preview.outputs.root }}"
java -jar textidote.jar --no-color --output singleline main.tex 2>&1 | tee textidoteout.txt
java -jar textidote.jar --no-color main.tex 2>&1 | tee textidoteout.txt
- uses: LouisBrunner/[email protected]
if: always()
Expand Down

0 comments on commit ca1631c

Please sign in to comment.