Skip to content

Commit 65d8626

Browse files
ljmf00konradpabjan
andauthored
chore(github): remove trailing whitespaces (#313)
Signed-off-by: Luís Ferreira <[email protected]> Signed-off-by: Luís Ferreira <[email protected]> Co-authored-by: Konrad Pabjan <[email protected]>
1 parent 0b7f8ab commit 65d8626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
mkdir -p path/to/dir-1
5353
mkdir -p path/to/dir-2
54-
mkdir -p path/to/dir-3
54+
mkdir -p path/to/dir-3
5555
echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
5656
echo "Hello world from file #2" > path/to/dir-2/file2.txt
5757
echo "This is a going to be a test for a large enough file that should get compressed with GZip. The @actions/artifact package uses GZip to upload files. This text should have a compression ratio greater than 100% so it should get uploaded using GZip" > path/to/dir-3/gzip.txt
@@ -126,7 +126,7 @@ jobs:
126126
Write-Error "File contents of downloaded artifacts are incorrect"
127127
}
128128
shell: pwsh
129-
129+
130130
# Download Artifact #3 and verify the correctness of the content
131131
- name: 'Download artifact #3'
132132
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)