Skip to content

Commit d2f3902

Browse files
hyperpolymathclaude
andcommitted
fix(ci): hypatia mix project is at repo root, not scanner/ subdir
The hypatia repo has mix.exs at root level, not inside a scanner/ subdirectory. Remove the erroneous cd scanner step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e4f9c84 commit d2f3902

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
cd "$HOME/hypatia"
4242
if [ ! -f hypatia-v2 ]; then
4343
echo "Building hypatia-v2 scanner..."
44-
cd scanner
4544
mix deps.get
4645
mix escript.build
47-
mv hypatia ../hypatia-v2
46+
mv hypatia hypatia-v2 || true
4847
fi
4948
5049
- name: Run Hypatia scan

0 commit comments

Comments
 (0)