mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Signed-off-by: AadithyanRaju <aadithyan75@gmail.com> Signed-off-by: Aadithyan Raju <93834376+AadithyanRaju@users.noreply.github.com>
10 lines
No EOL
197 B
Bash
Executable file
10 lines
No EOL
197 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
|
|
ci/scripts/lint-go.sh
|
|
ci/scripts/lint-javascript.sh
|
|
ci/scripts/lint-typescript.sh
|
|
ci/scripts/lint-java.sh
|
|
ci/scripts/lint-shell.sh |