7 lines
216 B
Bash
7 lines
216 B
Bash
|
#!/usr/bin/env bash
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright © 2022 Roberto Hidalgo <chinampa@un.rob.mx>
|
||
|
|
||
|
milpa dev lint || @milpa.fail "linter has errors"
|
||
|
milpa dev test unit || @milpa.fail "tests failed"
|