Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker images for GemStone/64 #52

Merged
merged 25 commits into from
Nov 14, 2023

Fix lint failures

240c4a5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Docker images for GemStone/64 #52

Fix lint failures
240c4a5
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Nov 3, 2023 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

scripts/test.sh|5 col 8| Not following: test-utils.sh: openBinaryFile: does not exist (No such file or directory)
scripts/test-utils.sh|17 col 16| Note that A && B || C is not if-then-else. C may run when A is true.
scripts/test-utils.sh|18 col 16| Note that A && B || C is not if-then-else. C may run when A is true.