good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit bdac8884 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Add ./ci/all.sh

parent 6a060b21
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/.."
./ci/fmt.sh
./ci/lint.sh
./ci/test.sh
}
main "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment