--- platform: linux image_resource: type: registry-image source: repository: ghcr.io/igorshubovych/markdownlint-cli tag: latest inputs: - name: repo run: path: ash args: - -eufo - pipefail - -c - | echo "PARAMS=${PARAMS:-}" cd repo markdownlint ${PARAMS} params: PARAMS: '**/*.md'