diff options
author | 2021-11-22 21:28:23 -0500 | |
---|---|---|
committer | 2021-11-22 21:28:23 -0500 | |
commit | 4edfa171f01d970972678f645f19c8cbb546fc2d (patch) | |
tree | 0578d849d4007fd24bae8df3f6af2c19c5371962 | |
parent | 0eb3cdc43c703e3811962535c49e0a4f81e7321e (diff) | |
download | bun-4edfa171f01d970972678f645f19c8cbb546fc2d.tar.gz bun-4edfa171f01d970972678f645f19c8cbb546fc2d.tar.zst bun-4edfa171f01d970972678f645f19c8cbb546fc2d.zip |
update copy
-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 21fde11d3..17c46e74a 100644 --- a/.github/workflows/bun-framework-next.yml +++ b/.github/workflows/bun-framework-next.yml @@ -33,5 +33,5 @@ jobs: - name: Install dependencies run: cd packages/bun-framework-next && pnpm install - - name: Test bun-framework-next + - name: Type check bun-framework-next run: cd packages/bun-framework-next && pnpm check |