Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run typecheck for basic platform templates #6464

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Run typecheck for basic platform templates
This adds a regression test for #6010, #6296, #6403, etc.
  • Loading branch information
lpsinger authored and MichaelDeBoey committed Aug 8, 2023
commit 6c01fcebd234c6e6401adfa124fe9bbd30a24927
18 changes: 18 additions & 0 deletions .github/workflows/stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,24 @@ jobs:
name: "blues"
- repo: "remix-run/grunge-stack"
name: "grunge"
- repo: "arc"
name: "arc"
- repo: "cloudflare-pages"
name: "cloudflare-pages"
- repo: "cloudflare-workers"
name: "cloudflare-workers"
- repo: "deno"
name: "deno"
- repo: "express"
name: "express"
- repo: "fly"
name: "fly"
- repo: "netlify"
name: "netlify"
lpsinger marked this conversation as resolved.
Show resolved Hide resolved
- repo: "remix"
name: "remix"
- repo: "vercel"
name: "vercel"
lpsinger marked this conversation as resolved.
Show resolved Hide resolved
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
Expand Down