ci: consolidate workflows into ci.yml#18139
Merged
Merged
Conversation
✅ Deploy Preview for ethereumorg canceled.
|
5 tasks
46b2c92 to
7062c1e
Compare
9e5b513 to
efc481a
Compare
efc481a to
c0503c3
Compare
wackerow
approved these changes
May 12, 2026
<title>🚀 SISTEMA DEEPSEK HTML INMUTABLE FGME</title>
<style>
/* ESTILOS INMUTABLES SEGUROS */
:root {
--quantum-primary: #1a1a2e;
--quantum-secondary: #16213e;
--quantum-accent: #0f3460;
--quantum-emergency: #e94560;
--quantum-success: #00b894;
--quantum-warning: #fdcb6e;
--quantum-text: #ffffff;
--quantum-border: #2d4059;
}
🔐 SISTEMA DEEPSEK HTML INMUTABLE FGMESistema de Seguridad Autónomo - Fernando Guadalupe Mendez Espinoza 🟢 SISTEMA ACTIVO
🔒 ENCRIPTACIÓN: AES-256
🛡️ FIREWALL: ACTIVADO
🧠 IA: OPERATIVA
⛓️ BLOCKCHAIN: VERIFICADO
|
mendezespinozaf5-bot
approved these changes
May 12, 2026
<title>DeepSeek Global Protection System - Mendez Espinoza</title>
<style>
:root {
--deep-primary: #0f172a;
--deep-secondary: #1e293b;
--deep-accent: #6366f1;
--deep-danger: #dc2626;
--deep-warning: #d97706;
--deep-success: #059669;
--deep-info: #0284c7;
--deep-text: #f8fafc;
--deep-border: rgba(255, 255, 255, 0.1);
--agency-fbi: #0033a0;
--agency-cia: #000000;
--agency-interpol: #db0a16;
--agency-europol: #0055a4;
--agency-dea: #ff0000;
--agency-nsa: #2868;
}
DeepSeek Global Protection System
Fernando Guadalupe Mendez Espinoza - Seguridad Integral
TOP SECRET
GLOBAL PROTECTION
|
This was referenced May 15, 2026
Merged
pettinarip
added a commit
that referenced
this pull request
May 20, 2026
next-env.d.ts is auto-generated by Next.js and the official recommendation is to keep it out of source control. Since Next 16, dev and build use different distDirs (.next/dev vs .next), so the file's content diverges between modes — making a stable committed version impossible. Revert versioning the file (#18139) and have `pnpm type-check` invoke `next typegen` to generate it on demand. typegen ships in Next 15.5+ and runs in ~600ms without a full build, producing the canonical build-mode types in .next/types/. Refs: https://nextjs.org/docs/app/api-reference/config/typescript vercel/next.js#85738
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Consolidates
tests.yml,lint-markdown.yml,chromatic.yml,chromatic-pages.yml, andlighthouse-ci.ymlinto a single.github/workflows/ci.yml.What's in
ci.yml7 jobs, all triggered on PR sync:
tsc --noEmit, markdown lint on changed filespnpm test:unitnext-buildartifactworkflow_dispatch-only — now automated)mcr.microsoft.com/playwrightcontainerExtended jobs (everything except lint + unit) gate on PRs targeting
master/staging/test/**.Notable changes outside the workflow
next-env.d.tscommitted (removed from.gitignore) — Next.js docs require this; without it,tscfails on@/public/*.pngimports because thenext/image-types/globalreference is missing.type-checkscript added topackage.json..github/actions/:setup-pnpm-node(pnpm + Node-from-.nvmrc+ install) andwait-for-server.actions/github-script@v3→@v7,chromaui/action@v1→@v16,marocchino/sticky-pull-request-comment@v2.0.0→@v2.Test plan
test/ci-validationvalidation PR (ci: validate consolidated workflows (extended path) #18140, now closed)master/stagingwill exercise the extended path