Skip to content

Commit 6247ba5

Browse files
committed
Enable lint and typecheck
1 parent bec2119 commit 6247ba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: ./.github/actions/install-dependencies
20-
# - run: pnpm typecheck
21-
# - run: pnpm lint
20+
- run: pnpm typecheck
21+
- run: pnpm lint
2222
- run: pnpm build
2323

2424
tests:

0 commit comments

Comments
 (0)