Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into v160_merge_main
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Jan 6, 2025
2 parents ad8d41a + 0a163ba commit 848475d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: git

- name: Checkout RC branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}

Expand All @@ -42,12 +42,12 @@ jobs:
id: main_score

- name: Checkout PR branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "${{ steps.git.outputs.SHA }}"
ref: ${{ steps.git.outputs.SHA }}

- name: Get pylint score of PR branch
run:
run: |
# use shell script to save only tail of output
OUTPUT_PART=$(pylint tobac --disable=C --exit-zero | tail -n 2)
# but post entire output in the action details
Expand Down

0 comments on commit 848475d

Please sign in to comment.