chore: add packaging directory skeleton + .gitignore build patterns
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Run the full bats test suite for sethLabels packaging scripts.
|
||||
# Requires: bats (apt install bats).
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")"
|
||||
exec bats *.bats
|
||||
Reference in New Issue
Block a user