You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: use heredoc for .env creation to avoid VS Code schema warnings
- Replace env-block approach with heredoc (cat <<'ENVEOF') to write .env
- VS Code's GitHub Actions extension warns about secret context access but this is a false positive; CI will run successfully
- Actual linting and typecheck pass with zero errors/warnings
0 commit comments