Skip to content

Commit 817b78e

Browse files
committed
fix checks
1 parent 6d47869 commit 817b78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: ./.github/actions/setup
15-
- run: bun generate:types
15+
- run: bun gen:types
1616
- run: bun check
1717
tests:
1818
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)