Skip to content

Commit

Permalink
migiorato output
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Aug 9, 2023
1 parent 469e723 commit d4c9611
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
run: |
cd "${{ needs.preview.outputs.root }}"
find ./ |grep ".tex" | xargs chktex -o chktexout.txt
#echo "outs=\"$(< chktexout.txt)\"" >> $GITHUB_OUTPUT
- uses: LouisBrunner/[email protected]
if: always()
Expand Down Expand Up @@ -114,13 +113,7 @@ jobs:
run: |
mv textidote.jar "${{ needs.preview.outputs.root }}"
cd "${{ needs.preview.outputs.root }}"
java -jar textidote.jar --output singleline main.tex 2>&1 | tee textidoteout.txt
#echo "$(< textidoteout.txt)"
#echo "out='$(< textidoteout.txt)'" >> $GITHUB_OUTPUT
# echo "out=$(cat out.txt)" >> $GITHUB_ENV
# - run: cat textidoteout.txt
# if: always()
java -jar textidote.jar --no-color --output singleline main.tex 2>&1 | tee textidoteout.txt
- uses: LouisBrunner/[email protected]
if: always()
Expand All @@ -129,6 +122,7 @@ jobs:
name: Styler Checker ✨
conclusion: ${{ job.status }}
sha: ${{ needs.preview.outputs.sha }}
#status: completed
output: |
{"summary":"Prova", "text_description": "aa"}
output_text_description_file: "${{ needs.preview.outputs.root }}textidoteout.txt"
Expand Down

0 comments on commit d4c9611

Please sign in to comment.