Skip to content

Commit 3f0a641

Browse files
committed
CI: {caching, test, bench, flags}: ('' -> "")
Tripped-over the syntax highlighting & the DHall work (which uses `''` for QuasiQuoting stuff)
1 parent 9b199ed commit 3f0a641

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
continue-on-error: true
9090
run: |
9191
cabal v2-freeze && \
92-
echo '' && \
92+
echo "" && \
9393
echo 'Output:' && \
94-
echo '' && \
94+
echo "" && \
9595
cat 'cabal.project.freeze' && \
96-
echo '' || \
96+
echo "" || \
9797
echo 'WARNING: Could not produce the `freeze`.'
9898
9999
- name: Hackage sources cache

.github/workflows/caching.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ jobs:
146146
continue-on-error: true
147147
run: |
148148
cabal v2-freeze && \
149-
echo '' && \
149+
echo "" && \
150150
echo 'Output:' && \
151-
echo '' && \
151+
echo "" && \
152152
cat 'cabal.project.freeze' && \
153-
echo '' || \
153+
echo "" || \
154154
echo 'WARNING: Could not produce the `freeze`.'
155155
156156
# 2021-12-02: NOTE: Cabal Hackage source tree storage does not depend on OS or GHC really,

.github/workflows/flags.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ jobs:
102102
continue-on-error: true
103103
run: |
104104
cabal v2-freeze && \
105-
echo '' && \
105+
echo "" && \
106106
echo 'Output:' && \
107-
echo '' && \
107+
echo "" && \
108108
cat 'cabal.project.freeze' && \
109-
echo '' || \
109+
echo "" || \
110110
echo 'WARNING: Could not produce the `freeze`.'
111111
112112
- name: Hackage sources cache

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ jobs:
150150
continue-on-error: true
151151
run: |
152152
cabal v2-freeze && \
153-
echo '' && \
153+
echo "" && \
154154
echo 'Output:' && \
155-
echo '' && \
155+
echo "" && \
156156
cat 'cabal.project.freeze' && \
157-
echo '' || \
157+
echo "" || \
158158
echo 'WARNING: Could not produce the `freeze`.'
159159
160160
- name: Hackage sources cache

0 commit comments

Comments
 (0)