diff options
author | 2021-11-22 21:27:51 -0500 | |
---|---|---|
committer | 2021-11-22 21:27:51 -0500 | |
commit | 0eb3cdc43c703e3811962535c49e0a4f81e7321e (patch) | |
tree | f21b883465dbd9564ab1ef9b5e9d98e80de83681 | |
parent | f747fd9dfa19ac9edc839161d0adaeb962e2ade0 (diff) | |
download | bun-0eb3cdc43c703e3811962535c49e0a4f81e7321e.tar.gz bun-0eb3cdc43c703e3811962535c49e0a4f81e7321e.tar.zst bun-0eb3cdc43c703e3811962535c49e0a4f81e7321e.zip |
add typechecking to action
-rw-r--r-- | .github/workflows/bun-framework-next.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-framework-next.yml b/.github/workflows/bun-framework-next.yml index 470948175..21fde11d3 100644 --- a/.github/workflows/bun-framework-next.yml +++ b/.github/workflows/bun-framework-next.yml @@ -34,4 +34,4 @@ jobs: run: cd packages/bun-framework-next && pnpm install - name: Test bun-framework-next - run: cd packages/bun-framework-next && pnpm test + run: cd packages/bun-framework-next && pnpm check |