From d4c96110341eaa18ab36f4cfe5a0411a39705216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Vescera?= Date: Wed, 9 Aug 2023 14:43:47 +0200 Subject: [PATCH] migiorato output --- .github/workflows/lint.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 775025b..33c64eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/checks-action@v1.6.1 if: always() @@ -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/checks-action@v1.6.1 if: always() @@ -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"