Skip to content

Commit 167cc71

Browse files
chore: update whitespace
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 719acf0 commit 167cc71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_ci-unit.reusable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
echo "::notice::Build artifact: ID=${{ inputs.build_id }}, Size=${{ inputs.artifact_size }} bytes"
6969
fi
7070
71-
# Check for distribution directories (minimal validation)
72-
DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
73-
if [ "$DIST_DIRS" -lt 1 ]; then
74-
echo "::warning::No dist directories found, build extraction may have failed"
75-
fi
71+
# Check for distribution directories (minimal validation)
72+
DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
73+
if [ "$DIST_DIRS" -lt 1 ]; then
74+
echo "::warning::No dist directories found, build extraction may have failed"
75+
fi
7676
7777
- name: Turbo Cache (GitHub Native)
7878
uses: rharkor/caching-for-turbo@v1

0 commit comments

Comments
 (0)