Files
sxmo-utils/.build.yml
2022-02-09 20:00:57 -05:00

18 lines
318 B
YAML

image: alpine/edge
packages:
- shellcheck
- editorconfig-checker
- shellspec
sources:
- https://git.sr.ht/~mil/sxmo-utils
tasks:
- shellcheck: |
cd sxmo-utils
shellcheck -x scripts/*/*.sh
- shellspec: |
cd sxmo-utils
shellspec
- editorconfig-check: |
cd sxmo-utils
ec