Skip to content

Commit

Permalink
feat: check types
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed May 2, 2023
1 parent e9a9396 commit 52cf599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
run: deno lint

- name: Test
run: deno test -A
run: deno test -A --no-check

- name: Check
run: deno check src/**.ts
1 change: 1 addition & 0 deletions src/esbuild_plugins/get_route_html.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-expect-error -- the package is untyped
import { format } from "npm:prettier";

interface TemplateOptions {
Expand Down

0 comments on commit 52cf599

Please sign in to comment.