--- when: - event: push steps: - name: lint image: koalaman/shellcheck:stable commands: - shellcheck $(find . -type f -name "*.sh")