mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
10 lines
No EOL
189 B
Bash
Executable file
10 lines
No EOL
189 B
Bash
Executable file
#!/bin/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 |