Skip to content

Commit f1b9a7c

Browse files
committed
Fix newlines
1 parent b07ddc1 commit f1b9a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Copy requirements locally
77
id: copy-requirements
88
shell: bash
9-
run:
9+
run: |
1010
# `cache-dependency-path` seems to need to be within the current directory. Use a temporary directory
1111
#
1212
tempdir=$(mktemp --directory --tmpdir=. --suffix=-srcomp-validate-action)
@@ -30,7 +30,7 @@ runs:
3030

3131
- name: Run Scoring tests
3232
shell: bash
33-
run:
33+
run: |
3434
python3 -m unittest discover --buffer scoring/
3535

3636
if [ -d scoring/tests/ ]

0 commit comments

Comments
 (0)