Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos committed Apr 15, 2024
1 parent 5e0bc1f commit 63fd354
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,9 @@ jobs:
# explicitly in code-format-helper.py and not have to diff starting at
# the merge base.
run: |
echo "[]" > $PWD/comments &&
python ./External/code-format-helper/code-format-helper.py \
--repo "FEX-emu/FEX" \
--write-comment-to-file $PWD/comments \
--issue-number $GITHUB_PR_NUMBER \
--start-rev $(git merge-base $START_REV $END_REV) \
--end-rev $END_REV \
--changed-files "$CHANGED_FILES"
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
if: always()
with:
name: workflow-args
path: |
comments

0 comments on commit 63fd354

Please sign in to comment.