We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be6759 commit 5a466cbCopy full SHA for 5a466cb
3 files changed
.github/workflows/pre-commit.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
python ${LOG_TO_CS} ${RAW_LOG} ${CS_XML}
39
- name: Convert Raw Log to Checkstyle format (launch action)
40
- uses: mdeweerd/logToCheckStyle@v2025.11.2
+ uses: mdeweerd/logToCheckStyle@v2026.7.1
41
if: ${{ failure() }}
42
with:
43
in: ${{ env.RAW_LOG }}
README.md
@@ -50,7 +50,7 @@ optional arguments:
50
51
```yaml
52
53
54
55
56
tests/test_in_out.py
@@ -2,6 +2,7 @@
2
"""
3
Test log files in IN path versus expected outputs.
4
5
+
6
import os
7
import subprocess
8
import sys
0 commit comments