2023-03-21 04:18:09 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright © 2022 Roberto Hidalgo <chinampa@un.rob.mx>
|
|
|
|
|
2023-03-21 06:28:25 +00:00
|
|
|
milpa dev lint || @milpa.fail "linter found errors"
|
2023-03-21 04:18:09 +00:00
|
|
|
milpa dev test unit || @milpa.fail "tests failed"
|