Skip to content

Commit 0d4af43

Browse files
committed
Don't try and handle colons in filenames as we don't seem to be able to test them via GitHub Actions anyway
1 parent 2a4918f commit 0d4af43

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
- uses: ./
1515
- name: Check sort with disorder
1616
run: sort -c test/test.txt || true
17-
- name: Check sort with disorder in an unusually named file
18-
run: sort -c test/test\:2.txt || true

sort-matcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "sort-matcher",
55
"pattern": [
66
{
7-
"regexp": "^sort:\\s+(.+):(\\d+):\\s+(.+)$",
7+
"regexp": "^sort:\\s+([^:]+):(\\d+):\\s+(.+)$",
88
"file": 1,
99
"line": 2,
1010
"message": 3

test/test:2.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)