Skip to content

Commit 11dd474

Browse files
committed
Remove messages
1 parent fcdfc3a commit 11dd474

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
fi
3030
echo BRANCH_HEAD="$branch_head" >> "$GITHUB_ENV"
3131
echo BRANCH_BASE="$branch_base" >> "$GITHUB_ENV"
32-
echo "This is the head branch."
3332
- name: Checkout Code
3433
uses: actions/checkout@v6
3534
with:
@@ -38,8 +37,7 @@ jobs:
3837
- name: Run tests
3938
id: linter
4039
run: |
41-
echo "$(git log -n 1 --pretty='format:%ci %h %s %d') $(git rev-parse --abbrev-ref HEAD)"
42-
echo "This is the head branch."
40+
echo "$(git log -n 1 --pretty='format:%ci %h %s %d')"
4341
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
4442
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
4543
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)

Scripts/o2_linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,6 @@ def main():
16881688
n_files_bad = dict.fromkeys(test_names, 0) # counter of files with issues
16891689

16901690
# Report overview before running.
1691-
print("This linter belongs in the head branch.")
16921691
print(f"Testing {len(args.paths)} files.")
16931692
# print(args.paths)
16941693
print("Enabled tests:", test_names)

0 commit comments

Comments
 (0)