Skip to content

Commit

Permalink
outnuovo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Aug 9, 2023
1 parent 91c255c commit 354b6bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
id: chktex
run: |
cd "${{ needs.preview.outputs.root }}"
find ./ |grep ".tex" | xargs chktex 2>&1 | tee chktexout.txt
echo "outs='$(< chktexout.txt)'" >> $GITHUB_OUTPUT
find ./ |grep ".tex" | xargs chktex -o chktexout.txt
#echo "outs=\"$(< chktexout.txt)\"" >> $GITHUB_OUTPUT
- uses: LouisBrunner/[email protected]
if: always()
Expand All @@ -87,7 +87,8 @@ jobs:
conclusion: ${{ job.status }}
sha: ${{ needs.preview.outputs.sha }}
output: |
{"summary":"${{ steps.chktex.outputs.outs }}"}
{"summary":"Prova", "text_description": "aa"}
output_text_description_file: chktexout.txt

styler:
needs: preview
Expand Down

0 comments on commit 354b6bf

Please sign in to comment.