Skip to content

Commit d010be3

Browse files
committed
[automated] Fix linting with Prettier
1 parent 18e910b commit d010be3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: hash_workspace
4040
run: |
4141
echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
42-
42+
4343
- name: Cache test data
4444
id: cache-testdata
4545
uses: actions/cache@v3
@@ -96,7 +96,7 @@ jobs:
9696
id: hash_workspace
9797
run: |
9898
echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
99-
99+
100100
- name: Cache test data
101101
id: cache-testdata
102102
uses: actions/cache@v3
@@ -147,7 +147,7 @@ jobs:
147147
id: hash_workspace
148148
run: |
149149
echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
150-
150+
151151
- name: Cache test data
152152
id: cache-testdata
153153
uses: actions/cache@v3
@@ -198,7 +198,7 @@ jobs:
198198
id: hash_workspace
199199
run: |
200200
echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
201-
201+
202202
- name: Cache test data
203203
id: cache-testdata
204204
uses: actions/cache@v3
@@ -249,7 +249,6 @@ jobs:
249249
id: hash_workspace
250250
run: |
251251
echo "digest=$(echo RNA_3.10.1_${{ github.workspace }} | md5sum | cut -c 1-25)" >> $GITHUB_OUTPUT
252-
253252
254253
- name: Cache test data
255254
id: cache-testdata

0 commit comments

Comments
 (0)