Skip to content

Commit 32ca083

Browse files
committed
fix ci checks
1 parent a68ec04 commit 32ca083

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ jobs:
4949
restore-keys: |
5050
next-${{ runner.os }}-
5151
- run: yarn build
52+
53+
ci:
54+
name: 🚨 CI Checks
55+
runs-on: ubuntu-latest
56+
needs: [lint, typecheck, build]
57+
steps:
58+
- run: echo "✅ All checks completed successfully."

0 commit comments

Comments
 (0)