We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c065782 commit 17a7133Copy full SHA for 17a7133
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
result-encoding: string
25
script: |
26
const fs = require('fs');
27
- return "Chktex output: \n```\n" + fs.readFileSync("${{ github.workspace }}/chktex_output.txt", "utf8").toString() + "```";
+ return "<details>\n<summary>Chktex output</summary>\n\n```\n" + fs.readFileSync("${{ github.workspace }}/chktex_output.txt", "utf8").toString() + "\n```\n</details>";
28
- name: Comment in PR
29
uses: thollander/actions-comment-pull-request@v2
30
with:
0 commit comments