Skip to content

Commit

Permalink
Update format check.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed May 7, 2024
1 parent cba559e commit c21d7b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
. ~/.bashrc
- name: Run code formatting check
run: |
cd $GITHUB_WORKSPACE/utils/scripts/actions-pipeline/code-format/
pwd
cd esp/utils/scripts/actions-pipeline/code-format/
pwd
chmod +x format_modified.sh
if [ -n "$(git rev-parse --show-toplevel 2>/dev/null)" ]; then
if ! ./format_modified.sh -g -ca; then
Expand Down

0 comments on commit c21d7b9

Please sign in to comment.