Skip to content

Commit 3e76b42

Browse files
shellcheck
1 parent 4246c89 commit 3e76b42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
run: bun build packages/cli/src/index.ts --compile --minify --sourcemap --outfile bunny
2222
- name: Build database-shell binary
2323
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

Comments
 (0)