Skip to content

Commit ae53cc2

Browse files
authored
Try quoting the filename
1 parent 3bd2b71 commit ae53cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Check sort with disorder
1616
run: sort -c test/test.txt || true
1717
- name: Check sort with disorder in an unusually named file
18-
run: sort -c test/test:2.txt || true
18+
run: sort -c "test/test:2.txt" || true

0 commit comments

Comments
 (0)