4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
# Tests run manually via ./test.sh ci. Hook intentionally noop.
|
|
exit 0
|