8 lines
156 B
Bash
Executable file
8 lines
156 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
|
|
|
set -euo pipefail
|
|
|
|
just test-commit
|