We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae53cc2 commit 2a4918fCopy full SHA for 2a4918f
.github/workflows/test.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Check sort with disorder
16
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
+ run: sort -c test/test\:2.txt || true
0 commit comments