Skip to content

Commit ce658d3

Browse files
committed
chore(github): remove trailing whitespaces
Signed-off-by: Luís Ferreira <[email protected]>
1 parent 0c366cb commit ce658d3

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
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
mkdir -p path/to/dir-1
5252
mkdir -p path/to/dir-2
53-
mkdir -p path/to/dir-3
53+
mkdir -p path/to/dir-3
5454
echo "Lorem ipsum dolor sit amet" > path/to/dir-1/file1.txt
5555
echo "Hello world from file #2" > path/to/dir-2/file2.txt
5656
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
@@ -127,7 +127,7 @@ jobs:
127127
Write-Error "File contents of downloaded artifacts are incorrect"
128128
}
129129
shell: pwsh
130-
130+
131131
# Download Artifact #3 and verify the correctness of the content
132132
- name: 'Download artifact #3'
133133
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)