We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651a53b commit bcda442Copy full SHA for bcda442
.github/workflows/checks.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- run: bun install --frozen-lockfile
23
- run: bun run build
24
+ - run: bun install
25
+ working-directory: examples
26
- run: bun eslint
27
#- run: bun test
28
- run: bun tsc
0 commit comments