
Original patch: https://lists.sr.ht/~mil/sxmo-devel/patches/29204 Signed-off-by: Anjandev Momi <anjan@momi.ca>
18 lines
318 B
YAML
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
|