Skip to content

Commit 5a466cb

Browse files
committed
Fixup format
1 parent 7be6759 commit 5a466cb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
python ${LOG_TO_CS} ${RAW_LOG} ${CS_XML}
3939
- name: Convert Raw Log to Checkstyle format (launch action)
40-
uses: mdeweerd/logToCheckStyle@v2025.11.2
40+
uses: mdeweerd/logToCheckStyle@v2026.7.1
4141
if: ${{ failure() }}
4242
with:
4343
in: ${{ env.RAW_LOG }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ optional arguments:
5050
5151
```yaml
5252
- name: Convert Raw Log to Checkstyle format (launch action)
53-
uses: mdeweerd/logToCheckStyle@v2025.11.2
53+
uses: mdeweerd/logToCheckStyle@v2026.7.1
5454
if: ${{ failure() }}
5555
with:
5656
in: ${{ env.RAW_LOG }}

tests/test_in_out.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Test log files in IN path versus expected outputs.
44
"""
5+
56
import os
67
import subprocess
78
import sys

0 commit comments

Comments
 (0)