Skip to content

Commit fbe3df9

Browse files
committed
add pre-commit suggestions
1 parent 5048b94 commit fbe3df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: outputs/
5353

5454
- name: Check for differences in generated outputs
55-
run: |
55+
run: |-
5656
git config --global --add safe.directory $GITHUB_WORKSPACE
5757
git add outputs/
5858
DIFF_FILES=$(git diff --cached --name-only)
@@ -62,4 +62,4 @@ jobs:
6262
exit 1
6363
else
6464
echo "No differences found in generated outputs."
65-
fi
65+
fi

0 commit comments

Comments
 (0)