Skip to content

Commit

Permalink
Run typecheck for basic platform templates
Browse files Browse the repository at this point in the history
This adds a regression test for #6010, #6296, #6403, etc.
  • Loading branch information
lpsinger authored and MichaelDeBoey committed Aug 8, 2023
1 parent b2d8691 commit 6c01fce
Showing 1 changed file with 18 additions and 0 deletions.
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"
- repo: "remix"
name: "remix"
- repo: "vercel"
name: "vercel"
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit 6c01fce

Please sign in to comment.