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 ee9c2a3 commit 929ed11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: './External/clang-format-helper/requirements_formatting.txt'
cache-dependency-path: './External/code-format-helper/requirements_formatting.txt'

- name: Install python dependencies
run: pip install -r ./External/clang-format-helper/requirements_formatting.txt
run: pip install -r ./External/code-format-helper/requirements_formatting.txt

- name: Run code formatter
env:
Expand All @@ -66,7 +66,7 @@ jobs:
# the merge base.
run: |
echo "[]" > comments &&
python ./External/clang-format-helper/code-format-helper.py \
python ./External/code-format-helper/code-format-helper.py \
--repo "FEX-emu/FEX" \
--write-comment-to-file \
--issue-number $GITHUB_PR_NUMBER \
Expand Down

0 comments on commit 929ed11

Please sign in to comment.