Skip to content

Commit

Permalink
PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed May 6, 2024
1 parent c6448a9 commit 708b088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

- name: Run code formatting check
run: |
pwd
chmod +x $GITHUB_WORKSPACE/utils/scripts/code-format/format_modified.sh
if ! $GITHUB_WORKSPACE/utils/scripts/code-format/format_modified.sh -g -ca; then
echo "Code format check failed. Please fix the formatting issues by running the following script: /utils/scripts/format_modified.sh"
Expand Down

0 comments on commit 708b088

Please sign in to comment.