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 4246c89 commit 3e76b42Copy full SHA for 3e76b42
1 file changed
.github/workflows/ci.yml
@@ -21,3 +21,7 @@ jobs:
21
run: bun build packages/cli/src/index.ts --compile --minify --sourcemap --outfile bunny
22
- name: Build database-shell binary
23
run: bun build packages/database-shell/src/cli.ts --compile --minify --sourcemap --outfile bsql
24
+ - name: Lint install.sh (POSIX shellcheck)
25
+ run: shellcheck -s sh install.sh
26
+ - name: Bash syntax check install.sh
27
+ run: bash -n install.sh
0 commit comments