Skip to content

Commit

Permalink
Update static.yml no -e (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOONLAPSED authored Jan 21, 2025
1 parent caa5481 commit be434a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Run Racket script to validate repository state
run: |
racket -t sys.rkt -e "(main (vector \"inputs.json\"))" > logs/racket-validation.log 2>&1 || {
racket -t sys.rkt inputs.json > logs/racket-validation.log 2>&1 || {
echo "Racket validation failed. Check logs/racket-validation.log for details." >&2;
cat logs/racket-validation.log;
exit 1;
Expand Down

0 comments on commit be434a0

Please sign in to comment.