Skip to content

Commit e5148ee

Browse files
committed
Add new line
1 parent 0a33821 commit e5148ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests
3838
id: linter
3939
run: |
40-
git log -n 1 --pretty='format:%ci %h %s %d'
40+
git log -n 1 --pretty='format:%ci %h %s %d%n'
4141
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
4242
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
4343
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)

0 commit comments

Comments
 (0)