6 lines
52 B
Bash
Executable file
6 lines
52 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -eu
|
|
|
|
./scripts/build-test-lint.sh
|