Skip to content

Commit

Permalink
correct format script path
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Aug 31, 2024
1 parent 108d7f5 commit cc81412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
git config user.email "purdue-jenkins@users.noreply.github.com"
git remote set-url origin git@github.com:${{github.event.pull_request.head.repo.full_name}}
git remote -v
/bin/bash ./format-code.sh
/bin/bash ./gpu-simulator/format-code.sh
/bin/bash ./util/tracer_nvbit/tracer_tool/format-code.sh
if git status --untracked-files=no | grep -q "nothing to commit"; then echo "No changes to commit."; else git commit -a -m "Automated Format"; git push; fi

0 comments on commit cc81412

Please sign in to comment.