1 2 3 4 5 6 7 8 9 10 11 12 13
image: alpine/edge packages: - shellcheck - editorconfig-checker sources: - https://git.sr.ht/~mil/sxmo-utils tasks: - shellcheck: | cd sxmo-utils shellcheck -x scripts/*/* - editorconfig-check: | cd sxmo-utils ec