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 3bd2b71 commit ae53cc2Copy full SHA for ae53cc2
.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