We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d47869 commit 817b78eCopy full SHA for 817b78e
1 file changed
.github/workflows/validate.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: ./.github/actions/setup
15
- - run: bun generate:types
+ - run: bun gen:types
16
- run: bun check
17
tests:
18
runs-on: ubuntu-22.04
0 commit comments